10000 Translate file tutorial/datastructures.po by skpanagiotis · Pull Request #553 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate file tutorial/datastructures.po #553

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 5 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update tutorial/datastructures.po
Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
  • Loading branch information
skpanagiotis and thepetk authored Sep 19, 2024
commit 872510d4beaa3b60d23fda2dc87a484a52e9733f
2 changes: 1 addition & 1 deletion tutorial/datastructures.po
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ msgstr ""
msgid ""
"Add an item to the end of the list. Equivalent to ``a[len(a):] = [x]``."
msgstr ""
"Προσθέστε ένα στοιχείο στο τέλος της λίστας. Ισοδυναμεί με ``a[len(a):] = "
"Προσθέτει ένα στοιχείο στο τέλος της λίστας. Ισοδυναμεί με ``a[len(a):] = "
"[x]``."

#: tutorial/datastructures.rst:28
Expand Down
Loading
0