Enable Hindi language translation

This commit is contained in:
Yurii Motov
2026-05-18 17:43:51 +02:00
parent 5341528623
commit 5e5e855d76
4 changed files with 5 additions and 0 deletions

View File

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

@@ -0,0 +1 @@
INHERIT: ../en/mkdocs.yml

View File

@@ -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/",

View File

@@ -32,6 +32,7 @@ SUPPORTED_LANGS = {
"uk",
"zh",
"zh-hant",
"hi",
}