mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user