From: Conanca Date: Thu, 3 May 2012 07:26:22 +0000 (+0800) Subject: correct the translation of 'future' X-Git-Tag: 1.7.0~40^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F300%2Fhead;p=thirdparty%2Fmoment.git correct the translation of 'future' --- diff --git a/lang/zh-cn.js b/lang/zh-cn.js index 2036b8a9e..c2fbcf89c 100644 --- a/lang/zh-cn.js +++ b/lang/zh-cn.js @@ -33,7 +33,7 @@ sameElse : 'L' }, relativeTime : { - future : "%s后", + future : "%s内", past : "%s前", s : "几秒", m : "1分钟", diff --git a/lang/zh-tw.js b/lang/zh-tw.js index 4844acf02..344e8e4e2 100644 --- a/lang/zh-tw.js +++ b/lang/zh-tw.js @@ -33,7 +33,7 @@ sameElse : 'L' }, relativeTime : { - future : "%s後", + future : "%s內", past : "%s前", s : "幾秒", m : "一分鐘",