gettext 3.4.7: 2023-08-17
Fixes
-
po: Fixed a parser bug that it may add a
fuzzyflag to non-fuzzy
entry withignore_fuzzy: true.Example PO:
#, fuzzy #: file.rb:10 msgid "hello" msgstr "bonjour" msgid "non-fuzzy" msgstr "non-fuzzy string"
helloentry is ignored becauseignore_fuzzyistrue. The
fuzzyflag in thehelloentry is added tonon-fuzzyentry.