joseph-mudloff / pixie-cms

Automatically exported from code.google.com/p/pixie-cms
Other
0 stars 0 forks source link

Locale change doesn't affect dates #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Choosing Pixie's locale doesn't affect the language in which dates are being 
shown. It's quite easy to solve by calling setlocale() from the language file. 
Using gettext to solve localizability issues presented in issue #22 would also 
fix this implicitly (because gettext relies on setlocale()).

Original issue reported on code.google.com by r...@rq.lt on 19 Jun 2010 at 5:26