[Scummvm-git-logs] scummvm branch-2-2 -> 6f0ead67536cf1cbb410453ee0793391f1f0d13f
sev-
sev at scummvm.org
Tue Sep 1 14:55:52 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6f0ead6753 Revert "COMMON: Rename ZH_ANY language code nz -> zh"
Commit: 6f0ead67536cf1cbb410453ee0793391f1f0d13f
https://github.com/scummvm/scummvm/commit/6f0ead67536cf1cbb410453ee0793391f1f0d13f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-01T16:53:27+02:00
Commit Message:
Revert "COMMON: Rename ZH_ANY language code nz -> zh"
This reverts commit af3354687b142f0c236450456fea8f76001b89c5.
Actually, more work is required as most of the gameis use ZH_TWN
Changed paths:
common/language.cpp
diff --git a/common/language.cpp b/common/language.cpp
index e86627fec9..7f2ac5e355 100644
--- a/common/language.cpp
+++ b/common/language.cpp
@@ -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 },
More information about the Scummvm-git-logs
mailing list