Add cn.yaml back for backward compatibility

soper-book
Alex Shpak 2020-04-21 23:40:08 +02:00
parent 821203777d
commit 5ac8fe662a
1 changed files with 21 additions and 0 deletions

21
i18n/cn.yaml Normal file
View File

@ -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('');
}
}