Add Finnish

This commit is contained in:
3ventic
2014-06-05 17:24:01 +03:00
parent 410d9415cd
commit d5d2c795e6
+2
View File
@@ -286,6 +286,8 @@ bool LOOT::OnInit() {
wxLang = wxLANGUAGE_POLISH;
else if (lang.Code() == loot::Language::brazilian_portuguese)
wxLang = wxLANGUAGE_PORTUGUESE_BRAZILIAN;
else if (lang.Code() == loot::Language::finnish)
wxLang = wxLANGUAGE_FINNISH;
}
//Boost.Locale initialisation: Specify location of language dictionaries.