On Thu, 2007-04-05 at 17:09 +0200, Michael Radziej wrote: > On Thu, Apr 05, Marcelo Ramos wrote: > > > es_AR: > > > > #: views/generic/create_update.py:43 > > #, python-format > > msgid "The %(verbose_name)s was created successfully." > > msgstr "Se creó con éxito %(verbose_name)." > ^^^^^^^^ > this should be > > msgstr "Se creó con éxito %(verbose_name)s." > > (note the 's' before '.')
Whoops... we aren't checking message string formats in compile-messages.py (or rather, in our call to msgfmt). I've just checked in a change to compile-messages.py that will detect these errors now. Turns out there are a *lot* of such bugs in our translations (unsurprisingly). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---