mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 00:40:06 +00:00
(msg_hash) Use different locale names for ...
... Chinese Simplified/Traditional
This commit is contained in:
parent
20b1549fe4
commit
5a028d79f5
@ -146,9 +146,13 @@ const char *get_user_language_iso639_1(bool limit)
|
||||
case RETRO_LANGUAGE_VIETNAMESE:
|
||||
return "vi";
|
||||
case RETRO_LANGUAGE_CHINESE_SIMPLIFIED:
|
||||
return "zh";
|
||||
if (limit)
|
||||
return "zh";
|
||||
return "zh_cn";
|
||||
case RETRO_LANGUAGE_CHINESE_TRADITIONAL:
|
||||
return "zh";
|
||||
if (limit)
|
||||
return "zh";
|
||||
return "zh_tw";
|
||||
case RETRO_LANGUAGE_ARABIC:
|
||||
return "ar";
|
||||
case RETRO_LANGUAGE_GREEK:
|
||||
|
Loading…
x
Reference in New Issue
Block a user