🌐 Enable Traditional Chinese translations (#14842)

This commit is contained in:
Sebastián Ramírez
2026-02-05 11:42:18 -08:00
committed by GitHub
parent 110b45d9b2
commit 570e592a03
2 changed files with 3 additions and 1 deletions

View File

@@ -331,6 +331,8 @@ extra:
name: tr - Türkçe
- link: /uk/
name: uk - українська мова
- link: /zh-hant/
name: zh-hant - 繁體中文
extra_css:
- css/termynal.css
- css/custom.css

View File

@@ -31,7 +31,7 @@ SUPPORTED_LANGS = {
"tr",
"uk",
# "zh",
# "zh-hant",
"zh-hant",
}