mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
polish translation
This commit is contained in:
@@ -249,6 +249,8 @@ bool BossGUI::OnInit() {
|
||||
wxLang = wxLANGUAGE_FRENCH;
|
||||
else if (lang.Code() == boss::g_lang_chinese)
|
||||
wxLang = wxLANGUAGE_CHINESE;
|
||||
else if (lang.Code() == boss::g_lang_polish)
|
||||
wxLang = wxLANGUAGE_POLISH;
|
||||
}
|
||||
|
||||
//Boost.Locale initialisation: Specify location of language dictionaries.
|
||||
|
||||
Reference in New Issue
Block a user