> I'm currently finishing my first site with django and my i18n > implementation (beta version of the site will be probably published > this week), currently without translated admin interface (I don't > have time to do that for now - deadline is closing :( ), but all > other parts of the site are fully i18n-ized.
Ah, that's great news - so the patch will be a tested one? Great. I really would like to see something like this to make it into the django source soon, because it will be a blocking problem for me, too - without at least i18n (l10n isn't really needed for me, as I can easily circumvent those problems by just changing templates) I won't be able to do much with it at work. The alternative for me would be to just translate the strings in django validators to german and run with a modified django source, but I would prefer a multi-language solution over such a hack. bye, hugo-