django i18n and translations problem
Posted
by Zayatzz
on Stack Overflow
See other posts from Stack Overflow
or by Zayatzz
Published on 2010-04-14T17:30:50Z
Indexed on
2010/04/14
17:33 UTC
Read the original article
Hit count: 370
Hello
I have a problem with django translations.
Problem 1 - i updated string in django.po file, but the change does not appear on the webpage.
Problem 2 - i have created my own locale file with django-admin.py makemessages -l et, added the translation string into file, but they too do not appear on the page.
I do not think this is setting problem, because the translations from django.po file do appear on the website, its just the changes and the translations from my own generated file that do not appear.
Alan
© Stack Overflow or respective owner