/ i18n / jp.yaml
jp.yaml
 1  # This should be removed in future, 'jp' is moved to `ja'
 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      }