Add cn.yaml back for backward compatibility
This commit is contained in:
parent
821203777d
commit
5ac8fe662a
1 changed files with 21 additions and 0 deletions
21
i18n/cn.yaml
Normal file
21
i18n/cn.yaml
Normal 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('');
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue