mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
add Traditional Chinese i18n translation (#335)
Add the Traditional Chinese i18n translation for language code "zh-TW". Ref: https://discourse.gohugo.io/t/i18n-support-for-language-country-code/20303
This commit is contained in:
parent
62004506e2
commit
51140a8026
20
i18n/zh-TW.yaml
Normal file
20
i18n/zh-TW.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('');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user