summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN/translations.php
diff options
context:
space:
mode:
authorphecho <phecho@163.com>2016-12-20 10:32:55 +0800
committerphecho <phecho@163.com>2016-12-20 10:32:55 +0800
commita7897f54e8e8bf7e877b5c5102a20deaccc7d4fa (patch)
treec2899e6792971fbdd9379fba7975d7e3c6699e71 /app/Locale/zh_CN/translations.php
parent2decbe28b513da9873a744c3da81caf9d710530f (diff)
Add currency of Chinese Yuan
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r--app/Locale/zh_CN/translations.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index c87adbec..bbe7df5b 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -567,6 +567,7 @@ return array(
'NZD - New Zealand Dollar' => '新西兰元',
'RSD - Serbian dinar' => '第纳尔',
'USD - US Dollar' => '美元',
+ 'CNY - Chinese Yuan' => '人民币',
'Destination column' => '目标栏目',
'Move the task to another column when assigned to a user' => '指定负责人时移动到其它栏目',
'Move the task to another column when assignee is cleared' => '移除负责人时移动到其它栏目',