mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Revert "COMMON: Rename ZH_ANY language code nz -> zh"
This reverts commit 6c97dcbb4a0b323aadc2d5445bd63bcbc06a1473.
This commit is contained in:
parent
a619827ffa
commit
1425c39d71
@ -27,7 +27,7 @@
|
||||
namespace Common {
|
||||
|
||||
const LanguageDescription g_languages[] = {
|
||||
{ "zh", "zh", "Chinese", ZH_ANY }, // Generic Chinese (when only one game version exist)
|
||||
{ "nz", "nz", "Chinese", ZH_ANY }, // Generic Chinese (when only one game version exist)
|
||||
{ "zh-cn", "zh_CN", "Chinese (China)", ZH_CNA },
|
||||
{ "zh", "zh_TW", "Chinese (Taiwan)", ZH_TWN },
|
||||
{ "hr", "hr_HR", "Croatian", HR_HRV },
|
||||
|
Loading…
x
Reference in New Issue
Block a user