Merge pull request #7 from zugebot/patch-1

Update LOCFile.cs
This commit is contained in:
Miku-666
2022-08-27 10:08:37 +02:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ namespace PckStudio.Classes.FileTypes
{
if (LocKeys.ContainsKey(locKey))
return false;
Languages.ForEach( langauge => SetLocEntry(locKey, langauge, value) );
Languages.ForEach( language => SetLocEntry(locKey, language, value) );
return true;
}
@@ -181,4 +181,4 @@ namespace PckStudio.Classes.FileTypes
translation.Remove(language);
}
}
}
}