/ i18n / cn.yaml
cn.yaml
 1  # This should be removed in future, 'cn' is moved to `zh'
 2  - id: Search
 3    translation: 搜索
 4  
 5  - id: Edit this page
 6    translation: 编辑本页
 7  
 8  - id: Last modified by
 9    translation: 最后修改者
10  
11  - id: Expand
12    translation: 展开
13  
14  - id: bookSearchConfig
15    translation: |
16      {
17        encode: false,
18        tokenize: function(str) {
19          return str.replace(/[\x00-\x7F]/g, '').split('');
20        }
21      }