Browse Source

🌐 Enable Traditional Chinese translations (#14842)

pull/14695/head
Sebastián Ramírez 4 months ago
committed by GitHub
parent
commit
570e592a03
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/mkdocs.yml
  2. 2
      scripts/docs.py

2
docs/en/mkdocs.yml

@ -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

2
scripts/docs.py

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

Loading…
Cancel
Save