We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a406066 + c479100 commit cb67761Copy full SHA for cb67761
locales/jquery.timeago.zh-CN.js
@@ -10,9 +10,9 @@
10
// Simplified Chinese
11
jQuery.timeago.settings.strings = {
12
prefixAgo: null,
13
- prefixFromNow: "从现在开始",
+ prefixFromNow: null,
14
suffixAgo: "之前",
15
- suffixFromNow: null,
+ suffixFromNow: "之后",
16
seconds: "不到1分钟",
17
minute: "大约1分钟",
18
minutes: "%d分钟",
locales/jquery.timeago.zh-TW.js
// Traditional Chinese, zh-tw
- prefixFromNow: "從現在開始",
+ suffixFromNow: "之後",
seconds: "不到1分鐘",
minute: "大約1分鐘",
minutes: "%d分鐘",
0 commit comments