Skip to content

Commit

Permalink
Always load english strings first so that if a localization string is…
Browse files Browse the repository at this point in the history
… missing it isn't blank
  • Loading branch information
HumanGamer committed Mar 26, 2024
1 parent ecfdf06 commit ec2fe83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game/common/local/localization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ function initLanguage()
{
echo("Initializing Language...");

// Always load english strings first so that if a localization string is missing it isn't blank
loadLocaleInf("common/local/englishStrings.inf");

%language = getLanguage();
if( $platform $= "windows" && $locLanguage !$= "" )
{
Expand Down

0 comments on commit ec2fe83

Please sign in to comment.