internationalization - Django I18n Translation of The whole document -


when start translating django application.

{% trans 'profilbild'%} 

all other trans blocks with umlaut not translated. solution ?

regards

that's not how works, i18n tag translates string or variable, takes one argument. did read documentation?

you want blocktrans

update (the op changed question):

  1. did run makemessages -l <desired_lang> successfully
  2. did run compilemessages successfully
  3. did restart django process after these steps?

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -