From 3a73f0fab1d6590e39035d93ff92c2d79a758a72 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 16 Apr 2014 13:40:47 -0400 Subject: [PATCH] update jquery.timeago.zh-CN.js Chinese don't use blank to separate words. --- locales/jquery.timeago.zh-CN.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/locales/jquery.timeago.zh-CN.js b/locales/jquery.timeago.zh-CN.js index f39417e..f7b9797 100644 --- a/locales/jquery.timeago.zh-CN.js +++ b/locales/jquery.timeago.zh-CN.js @@ -4,17 +4,17 @@ jQuery.timeago.settings.strings = { prefixFromNow: "从现在开始", suffixAgo: "之前", suffixFromNow: null, - seconds: "不到 1 分钟", - minute: "大约 1 分钟", - minutes: "%d 分钟", - hour: "大约 1 小时", - hours: "大约 %d 小时", - day: "1 天", - days: "%d 天", - month: "大约 1 个月", - months: "%d 月", - year: "大约 1 年", - years: "%d 年", + seconds: "不到1分钟", + minute: "大约1分钟", + minutes: "%d分钟", + hour: "大约1小时", + hours: "大约%d小时", + day: "1天", + days: "%d天", + month: "大约1个月", + months: "%d月", + year: "大约1年", + years: "%d年", numbers: [], wordSeparator: "" -}; \ No newline at end of file +};