mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update helpers.cpp
This commit is contained in:
@@ -247,7 +247,7 @@ namespace boss {
|
||||
Construct(g_lang_french);
|
||||
else if (nameOrISOCode == "简体中文" || nameOrISOCode == "zho")
|
||||
Construct(g_lang_chinese);
|
||||
else if (nameOrISOCode == "Polski" || nameOrISOCode == "pl")
|
||||
else if (nameOrISOCode == "Polski" || nameOrISOCode == "pol")
|
||||
Construct(g_lang_polish);
|
||||
else
|
||||
Construct(g_lang_any);
|
||||
|
||||
Reference in New Issue
Block a user