-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Translate to persian #3256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Translate to persian #3256
Conversation
PR SummaryThis PR adds Persian translation for the Abstract Document design pattern documentation. It includes a README.md file with detailed explanations, examples, and a class diagram, all translated into Persian, enhancing accessibility for Persian-speaking developers. Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (2)
Files Processed (2)
- localization/fa/abstract-document/README.md (1 hunk)
- localization/fa/abstract-document/etc/abstract-document.png (0 hunks)
Actionable Comments (0)
Skipped Comments (0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (1)
- 6b334d9: Persian Translation: Add codes to README.md of abstract-document
Files Processed (2)
- localization/fa/abstract-document/README.md (1 hunk)
- localization/fa/abstract-document/etc/abstract-document.png (0 hunks)
Actionable Comments (0)
Skipped Comments (0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM!
Review Summary
Commits Considered (1)
- c91155b: Persian Translation: some improvements in abstract-document
Files Processed (1)
- localization/fa/abstract-document/README.md (1 hunk)
Actionable Comments (0)
Skipped Comments (0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Pull Request Template
It is a big task and this pull request will be completed step by step.
What does this PR do?
This pull request adds the initial Persian (Farsi) translation for selected design pattern documentation files in the
docs
directory.The purpose is to make the java-design-patterns project more accessible to Persian-speaking developers.
Fixes #3035