From 1147a663e70aadb2578cbe601bc723d7cd939c5a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 30 Aug 2025 15:17:32 +0200 Subject: added non-content --- themes/hugo-book/i18n/zh.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 themes/hugo-book/i18n/zh.yaml (limited to 'themes/hugo-book/i18n/zh.yaml') diff --git a/themes/hugo-book/i18n/zh.yaml b/themes/hugo-book/i18n/zh.yaml new file mode 100644 index 0000000..6f326d1 --- /dev/null +++ b/themes/hugo-book/i18n/zh.yaml @@ -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(''); + } + } -- cgit v1.2.3