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

15 lines
259 B
YAML

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