-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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"
Metadata
Metadata
Assignees
Labels
No labels
