mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-25 16:26:48 +00:00
Update LOCFile.cs
Changed two occurences of "langauge" to it's correct spelling "language".
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user