> > 1/ Using the i18n internationalization module, I would like to combine
> > the translation with pluralize and capfirst filters. I know I’m a
> > crazy dog.
>
> > {% trans 'tag' %}{{ tag_list|pluralize }}
> > => All right, everything is ok.
>
> > But now, how can I specify the capfirst facility to these statements?
>
> Use {% blocktrans %}...{% endblocktrans %} instead. This applies the
> translation to everything between the tags. See
> here:http://docs.djangoproject.com/en/dev/topics/i18n/#in-template-code
>
In addition you can put {{ tag_list|pluralize|capfirst }}
Bye
--~--~---------~--~----~------------~-------~--~----~
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
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---