-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Persian translation: Functions lecture #13
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
Conversation
- Translate functions.md from English to Persian - Update _toc.yml to include functions lecture - Maintain all code examples and technical syntax - Preserve right-to-left (RTL) formatting for Persian text
✅ Deploy Preview for majestic-griffin-10b166 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@Zahra-khanzadeh sorry for my slow response on this project. I have submitted a translation for the next lecture. When you have time, would you mind to please review it and let me know what quality of translation this is. Can you let me know if this translation would be a useful starting point for your translation efforts? If Yes, I will setup a PR for ALL lectures. |
- Changed from treating warnings as errors to allowing warnings - This enables preview builds to complete successfully - Kept -n (nitpick) and --keep-going flags for better error reporting
Thanks a lot for sharing this translation, @mmcky . It’s a great starting point and will really help speed things up! 🙏 I went through the text carefully. Overall it looks good, but some technical terms were translated a bit too literally, and a few sentences could be phrased more smoothly to sound natural in Persian. In the pull request I made for python_by_example.md, I tried to fix the issue with how functions were displayed. The same issue exists in this section as well, and I can take care of fixing it. |
|
Thanks for the feedback @Zahra-khanzadeh. Great that it can be useful. In the next week, I can open PRs for additional pre-translations for the next few lectures, but no rush on editing them. |
|
Thanks so much, @mmcky . That sounds great! I’ve already updated my local files with the latest changes and can start editing this lecture soon. Before I begin, I just wanted to check one thing with you. Once I know which approach you prefer, I’ll start editing and adjusting the translation accordingly. Thanks again for your guidance and all your hard work on the theme improvements🙏 |
This PR adds the Persian translation of the Functions lecture.
Changes
lectures/functions.mdfrom English to Persian_toc.ymlto include the functions lectureTranslation Details
This lecture covers:
Next Steps
After this PR is merged, the next lecture to translate would be
python_essentials.