]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 12 Jan 2024 14:38:40 +0000 (14:38 +0000)
committergithub-actions <github-actions@github.com>
Fri, 12 Jan 2024 14:38:40 +0000 (14:38 +0000)
docs/en/docs/release-notes.md

index b69ad9e784a5c1dccde4d736a103ffe2120fbfdb..eb78fe8cf9065346400c1ae2756eebb2574c3efc 100644 (file)
@@ -31,6 +31,10 @@ hide:
 * ✏️ Fix typos in `docs/zh/docs/tutorial/extra-data-types.md`. PR [#10727](https://github.com/tiangolo/fastapi/pull/10727) by [@HiemalBeryl](https://github.com/HiemalBeryl).
 * 🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#10410](https://github.com/tiangolo/fastapi/pull/10410) by [@AlertRED](https://github.com/AlertRED).
 
+### Internal
+
+* 🔧  Add support for translations to languages with a longer code name, like `zh-hant`. PR [#10950](https://github.com/tiangolo/fastapi/pull/10950) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.109.0
 
 ### Features