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

- id: Edit this page
  translation: Edit this page

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