docs: add Persian (fa) README translation#31264
Open
AliiiAm wants to merge 27 commits into
Open
Conversation
Add Persian translation for README with installation instructions and agent details.
Updated the Persian README to improve clarity and consistency in language, including installation instructions and agent descriptions.
Contributor
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
Why it's related: This PR (#28451) appears to be addressing the exact same feature—adding Persian/Farsi translation to the README. This is a direct duplicate of PR #31264 (the current PR). You should check if #28451 is still open and either close it in favor of the current PR or merge the existing one if it's ready. |
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #
Type of change
What does this PR do?
Adds a Persian (Farsi) translation of the README as
README.fa.md. Persian is spoken by over 100 million people worldwide and was one of the few major languages missing from the project's documentation. The translation follows the same RTL (right-to-left) structure used in the existing Arabic README (README.ar.md), using a<div dir="rtl">wrapper for proper text direction. A link to the Persian README has also been added to the language list in all existing README files.How did you verify your code works?
I reviewed the rendered output to confirm the RTL layout displays correctly and that all links, code blocks, and formatting match the structure of the other translated READMEs.
Screenshots / recordings
N/A — this is a documentation-only change with no UI impact.
Checklist