]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126700: pygettext: Support more gettext functions (GH-126912)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 22 Nov 2024 14:52:16 +0000 (15:52 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 14:52:16 +0000 (16:52 +0200)
commit0a1944cda8504ba0478a51075eba540576570336
treeba65890fded973497dc94915c277e56a001fef2b
parentf83ca6962af973fff6a3124f4bd3d45fea4dd5b8
gh-126700: pygettext: Support more gettext functions (GH-126912)

Support multi-argument gettext functions: ngettext(), pgettext(), dgettext(), etc.
Lib/test/test_tools/i18n_data/messages.pot
Lib/test/test_tools/i18n_data/messages.py
Lib/test/test_tools/test_i18n.py
Lib/test/translationdata/argparse/msgids.txt
Lib/test/translationdata/optparse/msgids.txt
Misc/NEWS.d/next/Tools-Demos/2024-11-16-20-47-20.gh-issue-126700.ayrHv4.rst [new file with mode: 0644]
Tools/i18n/pygettext.py