Re: Translation from templates doesn't work.

2013-11-24 Thread Ramiro Morales
On Sun, Nov 24, 2013 at 4:21 AM, Shahar Or wrote: > String in my template don't translate. They stay English even though they do > pop up in the po files using `makemessages`. Do you comvert these -po files to .mo files using the compilemessages Django command or the msgfmt GNU gettext utility?

Re: Translation from templates doesn't work.

2013-11-24 Thread gilberto dos santos alves
please could you post url or some more details! Em domingo, 24 de novembro de 2013 07h21min12s UTC, Shahar Or escreveu: > > String in my template don't translate. They stay English even though they > do pop up in the po files using `makemessages`. > > To make sure that the current `lang` is indee

Translation from templates doesn't work.

2013-11-23 Thread Shahar Or
String in my template don't translate. They stay English even though they do pop up in the po files using `makemessages`. To make sure that the current `lang` is indeed what I expect it to be, I use `{{ lang }}` in the template somewhere. I have `{% load i18n %}` in the template somewhere near