diff options
Diffstat (limited to 'parts/django/tests/regressiontests/makemessages/templates/test.html')
-rw-r--r-- | parts/django/tests/regressiontests/makemessages/templates/test.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/parts/django/tests/regressiontests/makemessages/templates/test.html b/parts/django/tests/regressiontests/makemessages/templates/test.html new file mode 100644 index 0000000..96438e1 --- /dev/null +++ b/parts/django/tests/regressiontests/makemessages/templates/test.html @@ -0,0 +1,4 @@ +{% 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 %}
\ No newline at end of file |