I am looking for an easy way to confirm that the problem in #3594
exists, without having to do masses of setup myself. If somebody can
confirm this, I'll do the work to create a test site for myself, but I'm
hoping I might be able to be a little lazy and use the group mind first.
Thanks,
Malcolm
The problem seems to lie on django.i18n.javascript_catalog();
since catalog=gettext_... returns empty catalog
(due to empty translations in en/djangojs.po),
it fallbacks to translation in default language.
thanks,
makoto tsuyuki
Excllent. Thanks for the rapid feedback. We should fix that, then.
Regards,
Malcolm
I made patch for this. Maybe some one would make some tests and
confirm it works for us all.
http://code.djangoproject.com/attachment/ticket/3594/javascript_translation.patch
Timo