diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-05-01 19:21:43 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-05-02 19:41:13 +0200 |
| commit | 9c12eb55ceb2dff6e31399f5e258e4355e883930 (patch) | |
| tree | 5032f1e4b01ff94bcc3af165d6dfe62e2b42519b /tests/i18n/commands/templates/test.html | |
| parent | 5fc5ff48d3e59f0b2fc58e8b198dade835cf8d58 (diff) | |
[1.9.x] Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Backport of 4731e9d8 from master.
Diffstat (limited to 'tests/i18n/commands/templates/test.html')
| -rw-r--r-- | tests/i18n/commands/templates/test.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} <!-- Source file inside a msgid, should be left as-is. --> {% trans "#: templates/test.html.py" %} +<!-- Deliberate duplicated string. --> +{% 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 %} |
