cpython/Lib/test/test_tools/msgfmt_data/fuzzy.po
Miss Islington (bot) 945dcb05ce
[3.13] gh-127488: Add tests for Tools/i18n/msgfmt.py (GH-127540) (GH-130182)
(cherry picked from commit 361083b84b)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
2025-02-16 13:20:49 +00:00

23 lines
341 B
Text

# Fuzzy translations are not written to the .mo file.
#, fuzzy
msgid "foo"
msgstr "bar"
# comment
#, fuzzy
msgctxt "abc"
msgid "foo"
msgstr "bar"
#, fuzzy
# comment
msgctxt "xyz"
msgid "foo"
msgstr "bar"
#, fuzzy
msgctxt "abc"
msgid "One email sent."
msgid_plural "%d emails sent."
msgstr[0] "One email sent."
msgstr[1] "%d emails sent."