mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-19 19:15:01 +00:00
Add Swedish translations.
This commit is contained in:
parent
e3e818f83c
commit
9a50d055a1
2 changed files with 6062 additions and 0 deletions
6060
Languages/po/sv.po
Normal file
6060
Languages/po/sv.po
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue