diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-21 23:38:30 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-21 23:38:30 +0200 |
commit | 821203777d6844538df12b72be4ec2d651d02bb9 (patch) | |
tree | 8c66ee5f97262c6b78e1f73b86e48b53dc9e19e5 /i18n/zh.yaml | |
parent | 357de9eb39328cc338df2c7bc125653ab0f62616 (diff) |
Rename 'cn' locale to 'zh', cn code is unassigned
Diffstat (limited to 'i18n/zh.yaml')
-rw-r--r-- | i18n/zh.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/i18n/zh.yaml b/i18n/zh.yaml new file mode 100644 index 0000000..6f326d1 --- /dev/null +++ b/i18n/zh.yaml @@ -0,0 +1,20 @@ +- 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(''); + } + } |