Ticket #16005: blocktrans.diff
File blocktrans.diff, 588 bytes (added by , 13 years ago) |
---|
-
docs/topics/i18n/internationalization.txt
494 494 If you need to bind more than one expression inside a ``blocktrans`` tag, 495 495 separate the pieces with ``and``:: 496 496 497 {% blocktrans with book_t=book|title a uthor_t=author|title %}497 {% blocktrans with book_t=book|title and author_t=author|title %} 498 498 This is {{ book_t }} by {{ author_t }} 499 499 {% endblocktrans %} 500 500