I am making a multilingual Django website. I created a messages file, populated and compiled it. I checked the site (the admin in this case,) in my wanted language (Hebrew) and most phrases appear in Hebrew like they should, but some don't. I checked the source and these still appear as _('Whatever')
like they should, also they are translated on the messages file, and yes, I remembered to do compilemessages
.
What are some common causes for translations not to appear like that?
Maybe the translated strings are marked as fuzzy
?