mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
Make langs in abc order
Playing a bit with hebrew git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6788 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
05198a8e4e
commit
e633c7824f
3 changed files with 3107 additions and 5 deletions
|
@ -416,13 +416,15 @@ void DolphinApp::InitLanguageSupport()
|
|||
{
|
||||
wxLANGUAGE_DEFAULT,
|
||||
wxLANGUAGE_ENGLISH,
|
||||
wxLANGUAGE_GERMAN,
|
||||
wxLANGUAGE_FRENCH,
|
||||
wxLANGUAGE_SPANISH,
|
||||
wxLANGUAGE_GERMAN,
|
||||
wxLANGUAGE_HEBREW,
|
||||
wxLANGUAGE_ITALIAN,
|
||||
wxLANGUAGE_NORWEGIAN_BOKMAL,
|
||||
wxLANGUAGE_POLISH,
|
||||
wxLANGUAGE_RUSSIAN
|
||||
wxLANGUAGE_RUSSIAN,
|
||||
wxLANGUAGE_SPANISH,
|
||||
|
||||
};
|
||||
|
||||
IniFile ini;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue