From 9c12eb55ceb2dff6e31399f5e258e4355e883930 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 1 May 2016 19:21:43 +0200 Subject: [1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use case Backport of 4731e9d8 from master. --- tests/i18n/commands/templates/test.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/i18n/commands/templates/test.html b/tests/i18n/commands/templates/test.html index 90970598b9..23523db7fd 100644 --- a/tests/i18n/commands/templates/test.html +++ b/tests/i18n/commands/templates/test.html @@ -72,6 +72,8 @@ continued here.{% endcomment %} {% trans "#: templates/test.html.py" %} + +{% trans "This literal should be included." %} {% blocktrans context "Special blocktrans context #1" %}Translatable literal #8a{% endblocktrans %} {% blocktrans count 2 context "Special blocktrans context #2" %}Translatable literal #8b-singular{% plural %}Translatable literal #8b-plural{% endblocktrans %} -- cgit v1.3