summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index 14e465379..f11005b12 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -33,6 +33,9 @@ elif [[ `echo $changes | grep cs_CZ` != "" ]]; then
elif [[ `echo $changes | grep pt_BR` != "" ]]; then
language="pt_BR"
translator="Max M. Fuhlendorf"
+elif [[ `echo $changes | grep zh_CN` != "" ]]; then
+ language="zh_CN"
+ translator="Rov (若文)"
else
echo "Unknown language"
exit 1