Make pgettext search plurals when translation is not found by tomasr8 · Pull Request #1085 · python-babel/babel
approved these changes Jul 10, 2024
akx
enabled auto-merge (squash)
pgettext can now find the following translation
when using `pgettext("ctx", "foo")`:
msgctxt "ctx"
msgid "foo"
msgid_plural "foos"
msgstr[0] "foo translated"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters