Hi, Generic views set messages, but don't enable translation, such as:
if not request.user.is_anonymous(): request.user.message_set.create(message="The %s was updated successfully." % model._meta.verbose_name) This is only an example, there are other similar cases. Shouldn't this get translated? I can provide a patch to enable translation and the strings for German and English, but not for Welsh ... Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
