Backport from trunk (r14459). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
4 lines
247 B
HTML
4 lines
247 B
HTML
{% load i18n %}
|
|
{% trans "This literal should be included." %}
|
|
{% 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 %} |