aboutsummaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-21 23:38:30 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-04-21 23:38:30 +0200
commit821203777d6844538df12b72be4ec2d651d02bb9 (patch)
tree8c66ee5f97262c6b78e1f73b86e48b53dc9e19e5 /i18n/cn.yaml
parent357de9eb39328cc338df2c7bc125653ab0f62616 (diff)
Rename 'cn' locale to 'zh', cn code is unassigned
Diffstat (limited to 'i18n/cn.yaml')
-rw-r--r--i18n/cn.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/i18n/cn.yaml b/i18n/cn.yaml
deleted file mode 100644
index 6f326d1..0000000
--- a/i18n/cn.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-- id: Search
- translation: 搜索
-
-- id: Edit this page
- translation: 编辑本页
-
-- id: Last modified by
- translation: 最后修改者
-
-- id: Expand
- translation: 展开
-
-- id: bookSearchConfig
- translation: |
- {
- encode: false,
- tokenize: function(str) {
- return str.replace(/[\x00-\x7F]/g, '').split('');
- }
- }