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