FIX: Replace invalid pluralizations in locale files

This commit is contained in:
Gerhard Schlager
2015-11-13 21:19:46 +01:00
parent 5f9b7c67cd
commit 6e33a21a7a
12 changed files with 85 additions and 54 deletions

View File

@@ -14,7 +14,13 @@
</ul>
-->
{{else}}
<p class="grant-count">{{{i18n 'admin.badges.preview.grant_count' count=count}}}</p>
<p class="grant-count">
{{#if count}}
{{{i18n 'admin.badges.preview.grant_count' count=count}}}
{{else}}
{{{i18n 'admin.badges.preview.no_grant_count'}}}
{{/if}}
</p>
{{#if count_warning}}
<div class="count-warning">