mirror of https://github.com/PCSX2/pcsx2.git
i18n: nothing to see... Close issue 1237.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5127 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4079af2ed7
commit
ef37720cb9
|
@ -209,11 +209,11 @@ static wxLanguage i18n_FallbackToAnotherLang( wxLanguage wxLangId )
|
|||
|
||||
case wxLANGUAGE_ITALIAN_SWISS : return wxLANGUAGE_ITALIAN;
|
||||
|
||||
case LANGUAGE_FRENCH_BELGIAN:
|
||||
case LANGUAGE_FRENCH_CANADIAN:
|
||||
case LANGUAGE_FRENCH_LUXEMBOURG:
|
||||
case LANGUAGE_FRENCH_MONACO:
|
||||
case LANGUAGE_FRENCH_SWISS: return LANGUAGE_FRENCH;
|
||||
case wxLANGUAGE_FRENCH_BELGIAN:
|
||||
case wxLANGUAGE_FRENCH_CANADIAN:
|
||||
case wxLANGUAGE_FRENCH_LUXEMBOURG:
|
||||
case wxLANGUAGE_FRENCH_MONACO:
|
||||
case wxLANGUAGE_FRENCH_SWISS: return wxLANGUAGE_FRENCH;
|
||||
|
||||
default : break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue