hugo-book/i18n/jp.yaml
xwutong 7f25a125aa
added Japanese translation (#145)
* Update cn.yaml
added some zh-cn translation

* Update jp.yaml
translated to Japanese
2020-02-10 18:39:59 +01:00

21 lines
366 B
YAML

- id: Search
translation: 検索
- id: Edit this page
translation: このページを編集する
- id: Last modified by
translation: 最終更新者
- id: Expand
translation: 展開
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}