mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-29 10:46:02 -04:00
Enable Hindi language translation
This commit is contained in:
@@ -347,6 +347,8 @@ extra:
|
||||
name: zh - 简体中文
|
||||
- link: /zh-hant/
|
||||
name: zh-hant - 繁體中文
|
||||
- link: /hi/
|
||||
name: hi - हिन्दी
|
||||
extra_css:
|
||||
- css/termynal.css
|
||||
- css/custom.css
|
||||
|
||||
1
docs/hi/mkdocs.yml
Normal file
1
docs/hi/mkdocs.yml
Normal file
@@ -0,0 +1 @@
|
||||
INHERIT: ../en/mkdocs.yml
|
||||
@@ -354,6 +354,7 @@ extend-exclude = [
|
||||
"docs/uk/",
|
||||
"docs/zh/",
|
||||
"docs/zh-hant/",
|
||||
"docs/hi/",
|
||||
"htmlcov/",
|
||||
"scripts/general-llm-prompt.md",
|
||||
"scripts/tests/test_translation_fixer/test_complex_doc/",
|
||||
|
||||
@@ -32,6 +32,7 @@ SUPPORTED_LANGS = {
|
||||
"uk",
|
||||
"zh",
|
||||
"zh-hant",
|
||||
"hi",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user