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

- 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('');
      }
    }