Skip to content

Fuzzy entries are ignored #113

@sonnyp

Description

@sonnyp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions