Django i18n: Common causes for translations not appearing

Ram Rachum picture Ram Rachum · Feb 24, 2010 · Viewed 7.8k times · Source

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?

Answer

Ofri Raviv picture Ofri Raviv · Mar 4, 2010

Maybe the translated strings are marked as fuzzy?