Skip to content

Commit 3a73f0f

Browse files
committed
update jquery.timeago.zh-CN.js
Chinese don't use blank to separate words.
1 parent 5d7684f commit 3a73f0f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

locales/jquery.timeago.zh-CN.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ jQuery.timeago.settings.strings = {
44
prefixFromNow: "从现在开始",
55
suffixAgo: "之前",
66
suffixFromNow: null,
7-
seconds: "不到 1 分钟",
8-
minute: "大约 1 分钟",
9-
minutes: "%d 分钟",
10-
hour: "大约 1 小时",
11-
hours: "大约 %d 小时",
12-
day: "1 天",
13-
days: "%d 天",
14-
month: "大约 1 个月",
15-
months: "%d 月",
16-
year: "大约 1 年",
17-
years: "%d 年",
7+
seconds: "不到1分钟",
8+
minute: "大约1分钟",
9+
minutes: "%d分钟",
10+
hour: "大约1小时",
11+
hours: "大约%d小时",
12+
day: "1天",
13+
days: "%d天",
14+
month: "大约1个月",
15+
months: "%d月",
16+
year: "大约1年",
17+
years: "%d年",
1818
numbers: [],
1919
wordSeparator: ""
20-
};
20+
};

0 commit comments

Comments
 (0)