2010-02-16 20:14:27 +08:00
|
|
|
{% load i18n %}
|
2010-11-04 20:08:37 +08:00
|
|
|
{% trans "This literal should be included." %}
|
2010-11-04 22:06:24 +08:00
|
|
|
{% trans "This literal should also be included wrapped or not wrapped depending on the use of the --no-wrap option." %}
|
|
|
|
{% blocktrans %}I think that 100% is more that 50% of anything.{% endblocktrans %}
|
|
|
|
{% blocktrans with 'txt' as obj %}I think that 100% is more that 50% of {{ obj }}.{% endblocktrans %}
|