mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add Finnish
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user