Add Swedish translations.

This commit is contained in:
Glenn Rice 2013-04-23 06:44:33 -05:00
parent e3e818f83c
commit 9a50d055a1
2 changed files with 6062 additions and 0 deletions

6060
Languages/po/sv.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -77,6 +77,7 @@ static const wxLanguage langIds[] =
wxLANGUAGE_RUSSIAN,
wxLANGUAGE_SERBIAN,
wxLANGUAGE_SPANISH,
wxLANGUAGE_SWEDISH,
wxLANGUAGE_TURKISH,
};
@ -307,6 +308,7 @@ void CConfigMain::InitializeGUILists()
arrayStringFor_InterfaceLang.Add(_("Russian"));
arrayStringFor_InterfaceLang.Add(_("Serbian"));
arrayStringFor_InterfaceLang.Add(_("Spanish"));
arrayStringFor_InterfaceLang.Add(_("Swedish"));
arrayStringFor_InterfaceLang.Add(_("Turkish"));
}