Files
libertytoolsio/themes/hugo-book/i18n/zh-TW.yaml

18 lines
312 B
YAML
Raw Normal View History

2026-04-24 14:36:57 -06:00
- id: Search
translation: 搜索
- id: Edit this page
translation: 編輯頁面
- id: Last modified by
translation: 最後修改者
- id: bookSearchConfig
translation: |
{
encode: false,
tokenize: function(str) {
return str.replace(/[\x00-\x7F]/g, '').split('');
}
}