Make pgettext search plurals when translation is not found by tomasr8 · Pull Request #1085 · python-babel/babel

akx

approved these changes Jul 10, 2024

@akx akx enabled auto-merge (squash)

July 10, 2024 11:35
pgettext can now find the following translation
when using `pgettext("ctx", "foo")`:

msgctxt "ctx"
msgid "foo"
msgid_plural "foos"
msgstr[0] "foo translated"

@tomasr8 @akx