8000 Regenerate all po files to bring up-to-date with cpython 3.12 by lysnikolaou · Pull Request #589 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Regenerate all po files to bring up-to-date with cpython 3.12 #589

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 12 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
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
Minor fixes
  • Loading branch information
skpanagiotis committed Feb 20, 2025
commit 2e709a282a9350398e3ebfcd9e7f070b2843db33
1 change: 1 addition & 0 deletions dictionaries/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,7 @@ sum
super
superscript
support
supported
switch
switches
symbol
Expand Down
3 changes: 1 addition & 2 deletions library/collections.abc.po
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,7 @@ msgstr ""
"s1 = ListBasedSet('abcdef')\n"
"s2 = ListBasedSet('defghi')\n"
"overlap = s1 & s2 # The __and__() method is supported "
"automatically"
"automatically"
"automaticallyautomatically"

#: library/collections.abc.rst:418
msgid "Notes on using :class:`Set` and :class:`MutableSet` as a mixin:"
Expand Down
6 changes: 3 additions & 3 deletions tutorial/controlflow.po 82A4
Original file line number Diff line number Diff line change
Expand Up @@ -1690,9 +1690,9 @@ msgstr ""
"def f(pos1, pos2, /, pos_or_kwd, *, kwd1, kwd2):\n"
" ----------- ---------- ----------\n"
" | | |\n"
" | θέσεως ή keyword |\n"
" | - Keyword μόνο\n"
" -- Θέσεως μόνο"
" | Positional or keyword |\n"
" | - Keyword only\n"
" -- Positional only"

#: tutorial/controlflow.rst:761
msgid ""
Expand Down
0