mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Add simplified Chinese translations thanks to thegfw.
Add Korean translations thanks to Siegfried. Updated German translations from JackyCola, revised with suggestions from LucasX. Updated Polish translations by Baszta. Also updated the windows language target. We seriously need to find a way to get that target working for general users. Probably by importing parts of gettext in the externals. That way we don't need the maintain the mo files in svn. It should be easy to implement this on OSX as gettext is in MacPorts. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6800 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
70f4dd9df3
commit
a92fd2b4a1
26 changed files with 8618 additions and 1846 deletions
|
@ -260,11 +260,13 @@ void CConfigMain::InitializeGUILists()
|
|||
// GUI language arrayStrings
|
||||
// keep those in sync with DolphinApp::InitLanguageSupport
|
||||
arrayStringFor_InterfaceLang.Add(_("<System>"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Chinese (Simplified)"));
|
||||
arrayStringFor_InterfaceLang.Add(_("English"));
|
||||
arrayStringFor_InterfaceLang.Add(_("French"));
|
||||
arrayStringFor_InterfaceLang.Add(_("German"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Hebrew"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Italian"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Korean"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Norwegian Bokmaal"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Polish"));
|
||||
arrayStringFor_InterfaceLang.Add(_("Russian"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue