i18n: add traditional chinese #233

This commit is contained in:
Sören Weber 2022-04-03 12:26:25 +02:00
parent df5fbb8dcb
commit 434b25d994
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
5 changed files with 38 additions and 3 deletions

View file

@ -13,7 +13,7 @@ The theme is a fork of the great [Learn theme](https://github.com/matcornic/hugo
- Usable offline, no external dependencies
- Automatic Search
- Print whole chapters or even the complete site
- Multilingual mode for English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish
- Multilingual mode for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish
- Unlimited menu levels
- Automatic next/prev buttons to navigate through menu entries
- Image resizing, shadow…

View file

@ -19,7 +19,7 @@ See [what's new]({{% relref "basics/migration" %}}) within the latest update.
* Usable offline, no external dependencies
* [Automatic Search]({{%relref "basics/configuration#activate-search" %}})
* [Print]({{%relref "basics/configuration#activate-print-support" %}}) whole chapters or even the complete site
* [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish
* [Multilingual mode]({{%relref "cont/i18n" %}}) for English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish
* Unlimited menu levels
* Automatic next/prev buttons to navigate through menu entries
* [Image resizing, shadow...]({{%relref "cont/markdown#images" %}})

View file

@ -22,6 +22,8 @@ This document shows you what's new in the latest release. For a detailed list of
- **New**: You can activate [print support]({{%relref "basics/configuration#activate-print-support" %}}) in your `config.toml` to add the capability to print whole chapters or even the complete site.
- **New**: Translation for Traditional Chinese.
---
## 3.3.0

View file

@ -7,7 +7,7 @@ The Relearn theme is fully compatible with Hugo multilingual mode.
It provides:
- Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute!
- Translation strings for default values (English, Piratized English, Arabic, Simplified Chinese, Traditional Chinesse, Dutch, French, German, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Spanish, Vietnamese, Turkish). Feel free to contribute!
- Automatic menu generation from multilingual content
- In-browser language switching

View file

@ -19,12 +19,21 @@ other = "回到首頁"
[Edit-this-page]
other = "編輯網頁"
[Print-this-chapter]
other = ""
[Shortcuts-Title]
other = "更多"
[Expand-title]
other = "展開"
[Navigation-toggle]
other = "導航"
[Toc-toggle]
other = "目錄"
[Byte-symbol]
other = "B"
@ -33,3 +42,27 @@ other = "KB"
[Megabyte-symbol]
other = "MB"
[note]
other = "註釋"
[info]
other = "資訊"
[tip]
other = "提示"
[warning]
other = "警告"
[Copy-to-clipboard]
other = "Copy to clipboard"
[Copied-to-clipboard]
other = "Copied to clipboard!"
[Copy-link-to-clipboard]
other = "Copy link to clipboard"
[Link-copied-to-clipboard]
other = "Copied link to clipboard!"