Rename 'cn' locale to 'zh', cn code is unassigned

This commit is contained in:
Alex Shpak
2020-04-21 23:38:30 +02:00
parent 357de9eb39
commit 821203777d
4 changed files with 4 additions and 4 deletions
+20
View File
@@ -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('');
}
}