Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locale addition for traditional and simplified Chinese #671

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion extensions/nls/pagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ define({
fr: true,
pt: true,
ja: true,
sk: true
sk: true,
'zh-hk': true,
'zh-cn': true
});
9 changes: 9 additions & 0 deletions extensions/nls/zh-cn/pagination.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
define({
status: "${start} - ${end} 共 ${total} 条结果",
gotoFirst: "首页",
gotoNext: "后一页",
gotoPrev: "前一页",
gotoLast: "末页",
gotoPage: "到这页",
jumpPage: "跳到页"
});
9 changes: 9 additions & 0 deletions extensions/nls/zh-hk/pagination.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
define({
status: "${start} - ${end} 共 ${total} 條結果",
gotoFirst: "首頁",
gotoNext: "上一頁",
gotoPrev: "下一頁",
gotoLast: "末頁",
gotoPage: "到這頁",
jumpPage: "跳到頁"
});