hugo-book
This commit is contained in:
20
themes/hugo-book/i18n/zh.yaml
Normal file
20
themes/hugo-book/i18n/zh.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
- 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('');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user