internationalization - Django CMS and Rosetta: Can't get template messages translated -
internationalization - Django CMS and Rosetta: Can't get template messages translated -
is there know issue using django cms , django rosetta together. cant "static" template messages translated although appears correctly translated in rosetta interface.
all dynamic content correctly translated. 1 i´ve set around `{% trans 'blabla' %} not work.
gotcha!
just add together in settings.py
locale_paths = (base_dir + "/locale/",)
it worked me.
django internationalization django-templates django-cms django-rosetta
Comments
Post a Comment