Browse Source

🌐 Register Urdu (ur) in supported languages and header selector

- Add "ur" to SUPPORTED_LANGS in scripts/docs.py so the build includes Urdu docs
- Add Urdu to the alternate language list in docs/en/mkdocs.yml for the header language selector

Co-Authored-By: Claude Opus 4.6 <[email protected]>
pull/15117/head
ahsan.sheraz 4 months ago
parent
commit
74d2933582
  1. 2
      docs/en/mkdocs.yml
  2. 1
      scripts/docs.py

2
docs/en/mkdocs.yml

@ -338,6 +338,8 @@ extra:
name: tr - Türkçe name: tr - Türkçe
- link: /uk/ - link: /uk/
name: uk - українська мова name: uk - українська мова
- link: /ur/
name: ur - اردو
- link: /zh/ - link: /zh/
name: zh - 简体中文 name: zh - 简体中文
- link: /zh-hant/ - link: /zh-hant/

1
scripts/docs.py

@ -30,6 +30,7 @@ SUPPORTED_LANGS = {
"ru", "ru",
"tr", "tr",
"uk", "uk",
"ur",
"zh", "zh",
"zh-hant", "zh-hant",
} }

Loading…
Cancel
Save