Hi,

Using the internal web server, I correctly load every language string
located in application_path/locale/language/LC_MESSAGES/django.mo
But whenever I use Apache, they don't appear to be loaded anymore.

However it appear the default ones are loaded.
The languages names are appropriately translated (French to Français
for example).

I have the following virtual host :
<VirtualHost *:80>
    DocumentRoot /home/git/refdoc
    ServerName doc.tmp.dev.refstats.net
    ServerAlias doc.tmp.dev.refstats.net
    SetEnv DJANGO_SETTINGS_MODULE setting.production


    <Location "/">
        SetHandler python-program
        PythonHandler django.core.handlers.modpython
        PythonPath "['/home/git/refdoc'] + sys.path
        PythonDebug On
    </Location>
</VirtualHost>

And I use localeurl : http://code.google.com/p/django-localeurl/

Thanks by advance for any help you'll hopefully provide me.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to