hugo-book-theme/i18n/zh.yaml

22 lines
448 B
YAML
Raw Normal View History

2019-11-10 00:23:06 +01:00
- id: Search
translation: 搜索
- id: Edit this page
translation: 编辑本页
2019-11-14 00:23:01 +01:00
2019-11-16 21:32:23 +01:00
- id: Last modified by
translation: 最后修改者
2019-11-16 21:32:23 +01:00
- id: Expand
translation: 展开
2019-11-14 00:23:01 +01:00
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
// 只去除空白行,标点符号保留、表情符号保留、数字保留、英文保留
return str.replace(/\n*\s*\r*/g, '').split('');
2019-11-14 00:23:01 +01:00
}
}