Allow translators to control word order in templates (again)

There is one remaining thing which is not covered by
https://review.openstack.org/#/c/372652/ .

Change-Id: Idf3880c9348b41523dafe19fe88c71a63c7012ee
Related-Bug: #1625292
This commit is contained in:
Akihiro Motoki 2016-09-20 06:27:02 +00:00
parent 1f507c330c
commit 3a7ef16366
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
<div class="alert alert-dismissable alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4 translate=""><span class="ng-scope">Warning!</span></h4>
<p> {% blocktrans %} Version {% endblocktrans %}: <b>{{ hadoop_version }}</b>
{% blocktrans %} of plugin {% endblocktrans %} <b>{{ plugin_name }} </b>
{% blocktrans %} is now deprecated. {% endblocktrans %}
<p> {% blocktrans %} Version: <b>{{ hadoop_version }}</b>
of plugin <b>{{ plugin_name }} </b>
is now deprecated. {% endblocktrans %}
</p>
</div>
</div>