diff options
Diffstat (limited to 'i18n/cn.yaml')
-rw-r--r-- | i18n/cn.yaml | 20 |
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(''); - } - } |