mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Address docker culture
This commit is contained in:
parent
653e528f82
commit
355c8888de
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ namespace ArchiSteamFarm {
|
|||
}
|
||||
}
|
||||
|
||||
if (CultureInfo.CurrentCulture.TwoLetterISOLanguageName.Equals("en")) {
|
||||
if (string.IsNullOrEmpty(CultureInfo.CurrentCulture.Name) || CultureInfo.CurrentCulture.TwoLetterISOLanguageName.Equals("en")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue