hugo-book/i18n/cn.yaml
2019-11-16 21:32:23 +01:00

18 lines
315 B
YAML

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