What are the requirements for gettings django translations to work?
Posted
by Espen Christensen
on Server Fault
See other posts from Server Fault
or by Espen Christensen
Published on 2010-05-27T14:02:02Z
Indexed on
2010/05/27
14:02 UTC
Read the original article
Hit count: 283
Hi,
I am hosting several djangosites on a CentOS 5 box. But I'm having difficulties with translations. So first i had to upgrade the gettext package from 0.14 to 0.16, but that didn't help. Now i can make and compile tranlsations files with the managment commands, but the translations does not show.
I am sure that the translation files are located at the right place since they work with the same setup on a local installation, and django's own translation files does not work. (e.g the admin is not translated).
What could i be missing in my server setup that makes this happen?
© Server Fault or respective owner