fix ngettext call for non-English locales (bug 713881)

This commit is contained in:
Chris Van 2011-12-29 00:39:14 -05:00
Родитель d9e152ec7d
Коммит 585b7f8fb2
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -64,10 +64,7 @@
<div class="addon-app-cats">
<label>
{% if webapp %}
{# L10n: {0} is the maximum number of app categories allowed. #}
{{ ngettext('Select <b>up to {0}</b> category for this app:',
'Select <b>up to {0}</b> categories for this app:',
max)|f(max)|safe }}
{{ loc('Select <b>up to {0}</b> category for this app:')|f(max)|safe }}
{% else %}
{# L10n: {0} is the maximum number of add-on categories allowed.
{1} is the application name. #}