Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ extra:
name: es - español
- link: /fr/
name: fr - français
- link: /hi/
name: hi - हिन्दी
- link: /ja/
name: ja - 日本語
- link: /ko/
Expand Down
495 changes: 495 additions & 0 deletions docs/hi/docs/_llm-test.md

Large diffs are not rendered by default.

585 changes: 585 additions & 0 deletions docs/hi/docs/index.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/hi/docs/translation-banner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/// details | 🌐 एआई और मनुष्यों द्वारा किया गया अनुवाद
Comment thread
YuriiMotov marked this conversation as resolved.

यह अनुवाद मनुष्यों के मार्गदर्शन में एआई द्वारा किया गया है। 🤝
Comment thread
YuriiMotov marked this conversation as resolved.

इसमें मूल अर्थ को गलत समझने या अप्राकृतिक लगने आदि जैसी गलतियाँ हो सकती हैं। 🤖
Comment thread
YuriiMotov marked this conversation as resolved.

आप [हमें एआई LLM को बेहतर मार्गदर्शन करने में मदद करके](https://fastapi.tiangolo.com/hi/contributing/#translations) इस अनुवाद को बेहतर बना सकते हैं।
Comment thread
YuriiMotov marked this conversation as resolved.

[अंग्रेज़ी संस्करण](ENGLISH_VERSION_URL)

///
5 changes: 5 additions & 0 deletions docs/hi/llm-prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Target language

Translate to Hindi (हिन्दी).
Comment thread
YuriiMotov marked this conversation as resolved.

Language code: hi.
1 change: 1 addition & 0 deletions docs/hi/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INHERIT: ../en/mkdocs.yml
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ extend-exclude = [
"docs/uk/",
"docs/zh/",
"docs/zh-hant/",
"docs/hi/",
Comment thread
YuriiMotov marked this conversation as resolved.
"htmlcov/",
"scripts/general-llm-prompt.md",
"scripts/tests/test_translation_fixer/test_complex_doc/",
Expand Down
1 change: 1 addition & 0 deletions scripts/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"uk",
"zh",
"zh-hant",
"hi",
Comment thread
YuriiMotov marked this conversation as resolved.
}


Expand Down
Loading