To quote the documentation (http://www.djangoproject.com/documentation/i18n/) on this one: Use the function django.utils.translation.ugettext_noop() to mark a string as a translation string without translating it. The string is later translated from a variable.
Use this if you have constant strings that should be stored in the source language because they are exchanged over systems or users � such as strings in a database � but should be translated at the last possible point in time, such as when the string is presented to the user. Grupo Django wrote: > I can't understand how django.utils.translation.ugettext_noop() is > used for translation, could someone give me an example please? > > Thank you! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---