Skip to content

Add persian translation #377

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

Merged
merged 34 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b7184bc
Add persian translations boilerplate
Alavi1412 Feb 27, 2025
ed79efd
add farsi introduction
emargi Feb 27, 2025
1280f9c
add first example in farsi
emargi Feb 27, 2025
6592360
update farsi translation - first section
emargi Mar 4, 2025
4d8e193
update farsi translation - section 1
emargi Mar 10, 2025
5dde16c
translate missed words
emargi Mar 10, 2025
bcd17d3
Translate info sections at the end
Alavi1412 Mar 16, 2025
31bc257
translate miscellaneous section
Alavi1412 Mar 16, 2025
7ff1359
Translate Section: Appearances are deceptive
Alavi1412 Mar 16, 2025
ddab1b6
Translate hidden treasures section
Alavi1412 Mar 17, 2025
2ca7ebe
update farsi translation - section 1
emargi Mar 18, 2025
c956abd
replace offensive word in farsi translation
emargi Mar 18, 2025
9330752
Translate slippery Slopes section
Alavi1412 Mar 28, 2025
010868a
Add partial transations for first section
Alavi1412 Apr 1, 2025
0fcad66
update farsi translations for section 1, and delete the temp file
emargi Apr 3, 2025
2fe5f3d
Remove explanations from ToC
Alavi1412 Apr 5, 2025
ec35d8e
Remove RTL char
Alavi1412 Apr 5, 2025
2bd726b
Remove RTL indicator
Alavi1412 Apr 5, 2025
ebe443e
Update Farsi translations by replacing bullet indicators with arrow i…
Alavi1412 Apr 5, 2025
78aab13
Unify the translation of explanations
Alavi1412 Apr 5, 2025
4ffaa0f
Update ToC
Alavi1412 Apr 5, 2025
7a12c2a
Fix some typos
Alavi1412 Apr 13, 2025
e690b4a
Add some RTL fixings
Alavi1412 Apr 13, 2025
385d93c
Revert RTL fixing
Alavi1412 Apr 13, 2025
5bf9aab
Add RTL fix for chaining
Alavi1412 Apr 13, 2025
d1c19a0
remove extra rtl chars
Alavi1412 Apr 13, 2025
48b0b96
Add missing link
Alavi1412 Apr 13, 2025
17046d4
Fix some rtl
Alavi1412 Apr 15, 2025
b62ac15
Final fixes for the translations
Alavi1412 Apr 17, 2025
f01c716
Add persian link
Alavi1412 Apr 17, 2025
468c5af
Merge branch 'master' into add-persian-translation
Alavi1412 Apr 17, 2025
1e0a1ea
Add persian translation link
Alavi1412 Apr 22, 2025
c5e2b94
Add linting
Alavi1412 Apr 29, 2025
55e5ae2
Fix liniting issues
Alavi1412 Apr 29, 2025
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 align="center">What the f*ck Python! 😱</h1>
<p align="center">Exploring and understanding Python through surprising snippets.</p>

Translations: [Chinese 中文](https://github.com/leisurelicht/wtfpython-cn) | [Vietnamese Tiếng Việt](https://github.com/vuduclyunitn/wtfptyhon-vi) | [Spanish Español](https://web.archive.org/web/20220511161045/https://github.com/JoseDeFreitas/wtfpython-es) | [Korean 한국어](https://github.com/buttercrab/wtfpython-ko) | [Russian Русский](https://github.com/satwikkansal/wtfpython/tree/master/translations/ru-russian) | [German Deutsch](https://github.com/BenSt099/wtfpython) | [Add translation](https://github.com/satwikkansal/wtfpython/issues/new?title=Add%20translation%20for%20[LANGUAGE]&body=Expected%20time%20to%20finish:%20[X]%20weeks.%20I%27ll%20start%20working%20on%20it%20from%20[Y].)
Translations: [Chinese 中文](https://github.com/leisurelicht/wtfpython-cn) | [Vietnamese Tiếng Việt](https://github.com/vuduclyunitn/wtfptyhon-vi) | [Spanish Español](https://web.archive.org/web/20220511161045/https://github.com/JoseDeFreitas/wtfpython-es) | [Korean 한국어](https://github.com/buttercrab/wtfpython-ko) | [Russian Русский](https://github.com/satwikkansal/wtfpython/tree/master/translations/ru-russian) | [German Deutsch](https://github.com/BenSt099/wtfpython) | [Persian فارسی](https://github.com/satwikkansal/wtfpython/tree/master/translations/fa-farsi) | [Add translation](https://github.com/satwikkansal/wtfpython/issues/new?title=Add%20translation%20for%20[LANGUAGE]&body=Expected%20time%20to%20finish:%20[X]%20weeks.%20I%27ll%20start%20working%20on%20it%20from%20[Y].)

Other modes: [Interactive Website](https://wtfpython-interactive.vercel.app) | [Interactive Notebook](https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb)

Expand Down
Loading