From 40c3b71dfd887ae85496bed84e38adb0c368dad1 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 26 Nov 2015 10:01:34 +0100 Subject: [PATCH] [backport] fix chinease translation --- app/locales/locale-zh-hant.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/locale-zh-hant.json b/app/locales/locale-zh-hant.json index ce9639a9..97dd265f 100644 --- a/app/locales/locale-zh-hant.json +++ b/app/locales/locale-zh-hant.json @@ -901,7 +901,7 @@ "DELETED_ATTACHMENT": "已刪除附件", "UPDATED_ATTACHMENT": "更新附件 {{filename}}", "DELETED_CUSTOM_ATTRIBUTE": "刪除客製屬性", - "SIZE_CHANGE": "使 {size, plural, one{change} 其它{changes}}", + "SIZE_CHANGE": "使 {size, plural, one{更改} other{變化}}", "VALUES": { "YES": "yes", "NO": "no", @@ -1409,4 +1409,4 @@ } } } -} \ No newline at end of file +}