po2json icon indicating copy to clipboard operation
po2json copied to clipboard

Fuzzy entries are ignored

Open sonnyp opened this issue 11 months ago • 0 comments

Expected Behavior

Entries marked as fuzzy appear in the json output

Actual Behavior

Entries marked as fuzzy don't appear in the output

Steps to Reproduce

po2json test.po test.json
cat test.json
{"OK":"OK"}⏎  

Additional Data

test.po

#: somethng/something.js:96
msgid "OK"
msgstr "OK"

#: somethng/something.js:95
#, fuzzy
msgid "NOT OK"
msgstr "NOT OK"

The entries were marked as fuzzy using Weblate "Needs editing"

image

sonnyp avatar Jul 12 '23 12:07 sonnyp