Merge pull request #2171 from Mikulas/patch-missing-localization

add localization to post multiselect
This commit is contained in:
Régis Hanol
2014-03-25 14:35:36 +01:00
3 changed files with 6 additions and 2 deletions
@@ -1,11 +1,11 @@
<p>{{countI18n topic.multi_select.description countBinding="selectedPostsCount"}}</p>
{{#if canSelectAll}}
<p><a href='#' {{action selectAll}}>select all</a></p>
<p><a href='#' {{action selectAll}}>{{i18n topic.multi_select.select_all}}</a></p>
{{/if}}
{{#if canDeselectAll}}
<p><a href='#' {{action deselectAll}}>deselect all</a></p>
<p><a href='#' {{action deselectAll}}>{{i18n topic.multi_select.deselect_all}}</a></p>
{{/if}}
{{#if canDeleteSelected}}