hugo-book-theme/i18n/cn.yaml

18 lines
315 B
YAML
Raw Normal View History

2019-11-10 00:23:06 +01:00
- id: Search
translation: 搜索
- id: Edit this page
translation: Edit this page
2019-11-14 00:23:01 +01:00
2019-11-16 21:32:23 +01:00
- id: Last modified by
translation: Last modified by
2019-11-14 00:23:01 +01:00
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}