hugo-book-theme/i18n/zh.yaml

21 lines
448 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(/\n*\s*\r*/g, '').split('');
}
}