Hi,

I've read the FAQ and can easily change how dates are displayed by
setting TracLocale accordingly in my apache configuration.

>From the FAQ:
"Changing the date and time format with mod_python

To change the date and time format when using mod_python you should
instead use 'PythonOption' to set the 'TracLocale'. So for a Un*x-like
system, simply do this...

  <Location /projects>
    SetHandler mod_python
    PythonOption TracLocale "de_DE.UTF-8"
    ...
  </Location>
"

However, I have an apache-mod_python server that is serving several
trac projects (using TracEnvParentDir), some of which need the date to
be in es_ES.UTF-8 format (DD/MM/YY), and some that need the date in
en_US.UTF-8 format (MM/DD/YY).

Is there any other way to set TracLocale in each child? Maybe in trac.ini?

Thanks in advance,

-- 
fernan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to