FIX: 1.9.0 regressions with i18n
This commit is contained in:
parent
0d1bb7763a
commit
c17b111b6d
|
@ -1,5 +1,5 @@
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
{{{i18n 'topic.change_owner.instructions' count="selectedPostsCount" old_user="selectedPostsUsername"}}}
|
{{{i18n 'topic.change_owner.instructions' count=selectedPostsCount old_user=selectedPostsUsername}}}
|
||||||
<p>
|
<p>
|
||||||
{{{i18n 'topic.change_owner.instructions_warn'}}}
|
{{{i18n 'topic.change_owner.instructions_warn'}}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<p>{{{i18n 'topic.merge_topic.instructions' count="selectedPostsCount"}}}</p>
|
<p>{{{i18n 'topic.merge_topic.instructions' count=selectedPostsCount}}}</p>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
{{choose-topic selectedTopicId=selectedTopicId}}
|
{{choose-topic selectedTopicId=selectedTopicId}}
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if showFilter}}
|
{{#if showFilter}}
|
||||||
<li><a class='btn' {{action "togglePosts" user}}>{{fa-icon "filter"}}{{i18n 'topic.filter_to' username="username" post_count="participant.post_count"}}</a></li>
|
<li><a class='btn' {{action "togglePosts" user}}>{{fa-icon "filter"}}{{i18n 'topic.filter_to' username=username post_count=participant.post_count}}</a></li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if hasUserFilters}}
|
{{#if hasUserFilters}}
|
||||||
|
|
Loading…
Reference in New Issue