Add RPC text when opening/closing a pck

This commit is contained in:
miku-666
2022-08-04 19:16:34 +02:00
parent 46ecfd6743
commit 5f3efa7e04
2 changed files with 6 additions and 0 deletions
@@ -118,6 +118,9 @@ namespace PckStudio.Classes.FileTypes
return LocKeys[locKey];
}
public bool HasLocEntry(string locKey)
=> LocKeys.ContainsKey(locKey);
public string GetLocEntry(string locKey, string language)
{
if (!LocKeys.ContainsKey(locKey))