mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
24 lines
341 B
Plaintext
Vendored
24 lines
341 B
Plaintext
Vendored
# 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."
|