Merge "Allow translator to control word order in delete confirm dialog"
This commit is contained in:
commit
b8fc8b12e5
@ -5,7 +5,9 @@
|
|||||||
|
|
||||||
{% block template %}{% spaceless %}{% jstemplate %}
|
{% block template %}{% spaceless %}{% jstemplate %}
|
||||||
<div class="confirm-wrapper">
|
<div class="confirm-wrapper">
|
||||||
<span class="confirm-list">{% trans 'You have selected:' %} [[selection]]. </span>
|
<span class="confirm-list">
|
||||||
|
{% blocktrans %}You have selected: [[selection]]. {% endblocktrans %}
|
||||||
|
</span>
|
||||||
<span class="confirm-text">{% trans 'Please confirm your selection.'%} </span>
|
<span class="confirm-text">{% trans 'Please confirm your selection.'%} </span>
|
||||||
<span class="confirm-help">[[help]]</span>
|
<span class="confirm-help">[[help]]</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user