polish translation

This commit is contained in:
Luc
2014-02-08 15:30:35 +01:00
parent 7aa2e70a44
commit ffd4ec72e6
+2
View File
@@ -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.