File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 451
2- 1772756708
1+ 452
2+ 1772790434
Original file line number Diff line number Diff line change @@ -1232,7 +1232,7 @@ function LIB.ApplyLocale()
12321232 autoLocale .icon = " "
12331233
12341234 if isMarked (autoLocale .titleTranslated ) then
1235- autoLocale .titleTranslated = " Use game language if available (! locale._auto.title)"
1235+ autoLocale .titleTranslated = " Use game language if available (? locale._auto.title)"
12361236 end
12371237
12381238 if localeFromNative then
@@ -1245,7 +1245,7 @@ function LIB.ApplyLocale()
12451245 debugLocale .icon = " materials/icon16/cog.png"
12461246
12471247 if isMarked (debugLocale .titleTranslated ) then
1248- debugLocale .titleTranslated = " Show translation identifiers (! locale._debug.title)"
1248+ debugLocale .titleTranslated = " Show translation identifiers (? locale._debug.title)"
12491249 end
12501250 end
12511251
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ LOCALE.title = "German"
6363LOCALE .titleTranslated = " Deutsch"
6464
6565-- Icon for this language, e.g. the flag of its country.
66- LOCALE .icon = " resource/localization /de.png"
66+ LOCALE .icon = " materials/flags16 /de.png"
6767
6868-- Set to true if you want to normalize the translation to unescaped strings upon template generation.
6969-- Removes escape sequences for better readability.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ LOCALE.title = "English (US)"
6363LOCALE .titleTranslated = " English (US)"
6464
6565-- Icon for this language, e.g. the flag of its country.
66- LOCALE .icon = " resource/localization/en .png"
66+ LOCALE .icon = " materials/flags16/us .png"
6767
6868-- Set to true if you want to normalize the translation to unescaped strings upon template generation.
6969-- Removes escape sequences for better readability.
You can’t perform that action at this time.
0 commit comments