summaryrefslogtreecommitdiff
path: root/i18n/cn.yaml
blob: c22d4cf2a26ac1c3a9844fa8421cf94436743e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- id: Search
  translation: 搜索

- id: Edit this page
  translation: Edit this page

- id: Last modified by
  translation: Last modified by

- id: bookSearchConfig
  translation: |
    {
      encode: false,
      tokenize: function(str) {
        return str.replace(/[\x00-\x7F]/g, '').split('');
      }
    }