From 821203777d6844538df12b72be4ec2d651d02bb9 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 21 Apr 2020 23:38:30 +0200 Subject: Rename 'cn' locale to 'zh', cn code is unassigned --- i18n/zh.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 i18n/zh.yaml (limited to 'i18n/zh.yaml') 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(''); + } + } -- cgit v1.2.3