Hi, >There are other parts that the i18n branch deliberately doesn't >address, like date formats and other l10n stuff.
at least for date formats I added a sample on how it can be done. The idea is to define technical message IDs for formats and to add the language-specific date formats as translations for that technical ID. I have only added one for the change date/time in the object_history.html template, just to give an impression on how stuff like this could be solved. Additional things I added just now were the translations for month names and weekday names (as those parts are quite independend from other parts in the source, too - and it just looks better with localied dates if the month name is localized, too ...) bye, Georg