add more context to allow better translation of 'max' in TL3 requirements

This commit is contained in:
Régis Hanol 2014-10-06 21:31:32 +02:00
parent e301a89b3f
commit baee5c95ac
2 changed files with 3 additions and 3 deletions

View File

@ -65,13 +65,13 @@
<th>{{i18n admin.user.tl3_requirements.flagged_posts}}</th>
<td><i {{bind-attr class=":fa met.flagged_posts:fa-check:fa-times"}}></i></td>
<td>{{num_flagged_posts}}</td>
<td>{{max_flagged_posts}} {{i18n max}}</td>
<td>{{i18n max_of_count count=max_flagged_posts}}</td>
</tr>
<tr>
<th>{{i18n admin.user.tl3_requirements.flagged_by_users}}</th>
<td><i {{bind-attr class=":fa met.flagged_by_users:fa-check:fa-times"}}></i></td>
<td>{{num_flagged_by_users}}</td>
<td>{{max_flagged_by_users}} {{i18n max}}</td>
<td>{{i18n max_of_count count=max_flagged_by_users}}</td>
</tr>
<tr>
<th>{{i18n admin.user.tl3_requirements.likes_given}}</th>

View File

@ -136,7 +136,7 @@ en:
daily: "daily"
weekly: "weekly"
every_two_weeks: "every two weeks"
max: "max"
max_of_count: "max of {{count}}"
character_count:
one: "{{count}} character"
other: "{{count}} characters"