From: Sebastián Ramírez Date: Thu, 5 Feb 2026 19:42:18 +0000 (-0800) Subject: 🌐 Enable Traditional Chinese translations (#14842) X-Git-Tag: 0.128.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570e592a03c37c0436fea3727bd1be873417d9fb;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Enable Traditional Chinese translations (#14842) --- diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index 38fe5f9cef..ccf5ffc7a0 100644 --- a/docs/en/mkdocs.yml +++ b/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 diff --git a/scripts/docs.py b/scripts/docs.py index 4c065f9453..2c7d6d5e4e 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -31,7 +31,7 @@ SUPPORTED_LANGS = { "tr", "uk", # "zh", - # "zh-hant", + "zh-hant", }