diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-21 23:40:08 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-04-21 23:40:08 +0200 |
commit | 5ac8fe662ad57d2abf469c2422031ebbdea23da9 (patch) | |
tree | 64ea347b20b028e6b2a37cea9f75125e350d9a81 | |
parent | 821203777d6844538df12b72be4ec2d651d02bb9 (diff) |
Add cn.yaml back for backward compatibility
-rw-r--r-- | i18n/cn.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/i18n/cn.yaml b/i18n/cn.yaml new file mode 100644 index 0000000..ba91f48 --- /dev/null +++ b/i18n/cn.yaml @@ -0,0 +1,21 @@ +# This should be removed in future, 'cn' is moved to `zh' +- 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(''); + } + } |