[Scummvm-git-logs] scummvm master -> 1425c39d7179fc32c11096ae9ec68764c887bb90

sev- sev at scummvm.org
Tue Sep 1 14:55:56 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:
1425c39d71 Revert "COMMON: Rename ZH_ANY language code nz -> zh"


Commit: 1425c39d7179fc32c11096ae9ec68764c887bb90
    https://github.com/scummvm/scummvm/commit/1425c39d7179fc32c11096ae9ec68764c887bb90
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-01T16:54:33+02:00

Commit Message:
Revert "COMMON: Rename ZH_ANY language code nz -> zh"

This reverts commit 6c97dcbb4a0b323aadc2d5445bd63bcbc06a1473.

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