i18n: Formatting

This commit is contained in:
TellowKrinkle 2022-04-10 21:10:44 -05:00 committed by refractionpcsx2
parent 00af7d6835
commit f8c7237bba
1 changed files with 6 additions and 6 deletions

View File

@ -35,11 +35,11 @@ static wxString i18n_GetBetterLanguageName( const wxLanguageInfo* info )
{ {
switch (info->Language) switch (info->Language)
{ {
case wxLANGUAGE_CHINESE: return L"Chinese (Traditional)"; case wxLANGUAGE_CHINESE: return L"Chinese (Traditional)";
case wxLANGUAGE_CHINESE_TRADITIONAL: return L"Chinese (Traditional)"; case wxLANGUAGE_CHINESE_TRADITIONAL: return L"Chinese (Traditional)";
case wxLANGUAGE_CHINESE_TAIWAN: return L"Chinese (Traditional)"; case wxLANGUAGE_CHINESE_TAIWAN: return L"Chinese (Traditional)";
case wxLANGUAGE_CHINESE_HONGKONG: return L"Chinese (Traditional, Hong Kong)"; case wxLANGUAGE_CHINESE_HONGKONG: return L"Chinese (Traditional, Hong Kong)";
case wxLANGUAGE_CHINESE_MACAU: return L"Chinese (Traditional, Macau)"; case wxLANGUAGE_CHINESE_MACAU: return L"Chinese (Traditional, Macau)";
} }
return info->Description; return info->Description;
@ -346,7 +346,7 @@ bool i18n_SetLanguage( wxLanguage wxLangId, const wxString& langCode )
foundone = true; foundone = true;
} }
if (!foundone) if (!foundone)
{ {
Console.Warning("SetLanguage: Requested translation is not implemented yet."); Console.Warning("SetLanguage: Requested translation is not implemented yet.");
return false; return false;