From 5ac8fe662ad57d2abf469c2422031ebbdea23da9 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 21 Apr 2020 23:40:08 +0200 Subject: Add cn.yaml back for backward compatibility --- i18n/cn.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 i18n/cn.yaml (limited to 'i18n') 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(''); + } + } -- cgit v1.2.3