summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-12 00:13:38 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-12 00:13:38 +0100
commit28a1efe97c950015b99a80df035b3371ca284fac (patch)
tree81a1397b5be80274d862d43619e15071ff4372f4
parentf10ad31900f2aad8f6b906fee799186a6097cdf5 (diff)
Add translator to update script.
-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