How to remove ‘fuzzy’ tags from the messages.po file in PyBabel?

I am trying to remove “fuzzy” tags from the messages.po file in PyBabel, but I am encountering an issue. When I attempt to use the pybabel compile command, I get an error. How can I properly remove “fuzzy” tags and compile the catalog for the Slovenian language?

I cloned the project from the repository.
I ran the pybabel init command to initialize the catalog.

What I have tried:
I attempted to use the pybabel update and pybabel compile commands, but I am getting an error.

Leave a Comment