Hello,
I’m translating Django into my language and it creates some fuzzy entries in the .po file.
One of them is Permissions
from django.contrib.auth
and the other one is Permission denied
from a library I’ve installed.
I know this happens when Django thinks those two entries are similar, but in this case they have a completely different meaning and purpose. Also, none of them are from my own apps.
Is there a way to stop makemessages
command to create fuzzy entries?