From ec2fe83e79e302af9e6aa404509b948e3313c5fd Mon Sep 17 00:00:00 2001 From: Human Gamer <39096122+HumanGamer@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:06:33 -0500 Subject: [PATCH] Always load english strings first so that if a localization string is missing it isn't blank --- game/common/local/localization.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/common/local/localization.cs b/game/common/local/localization.cs index cdedbb5e..91c64e1a 100644 --- a/game/common/local/localization.cs +++ b/game/common/local/localization.cs @@ -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 !$= "" ) {