Files
SCDocs/themes/hugo-book/i18n/cn.yaml
JamesFlare1212 c6ca9d6524 hugo-book
2023-04-26 22:19:59 +08:00

22 lines
406 B
YAML

# This should be removed in future, 'cn' is moved to `zh'
- 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(/[\x00-\x7F]/g, '').split('');
}
}