GETTEXT: rather choose the language on the array of locales successfully loaded than...
[citadel.git] / webcit / gettext.c
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-02-16 Art CancroLocalization hacks.
2006-02-12 Art CancroBegan moving date outputs to strftime_l()
2006-02-11 Art CancroMoved _GNU_SOURCE declaration to webcit.h so all source...
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-26 Art Cancro* Fixed some spelling errors
2006-01-21 Wilfried Göesgensmore doxygen doku.
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-12-12 Wilfried Göesgens* another rework of the locale parser. Hopefully featur...
2005-12-09 Art Cancro* Slightly more intelligent language detection.
2005-12-08 Art Cancro* Detect the browser language, and use it as the defaul...
2005-12-08 Art Cancro* Fix "locale leak" on newer Linux systems where gettex...
2005-12-08 Art Cancro Improved the reliability of per-thread locale by unset...
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-07 Art Cancro* po/it.po: Italian localization submitted by Gabriele...
2005-12-05 Wilfried Göesgens* Use tokenizer function to completely parse accept...
2005-12-03 Wilfried Göesgens* fixed langage detection to work with simple 'de'...
2005-12-02 Art Cancro* Re-enabled browser language detection. This will...
2005-11-29 Art Cancro* Made the iconbar room list somewhat usable (collapse...
2005-11-28 Wilfried Göesgens* migrate to _GNU_SOURCE and uselocale() to be threadsafe.
2005-11-27 Wilfried Göesgens* Detect locale from Browser Environment