pluralization wave 1

This commit is contained in:
Florian Dupret
2020-05-29 18:00:29 +02:00
parent d5d5530a8e
commit da38df6e4b
8 changed files with 42 additions and 34 deletions

View File

@@ -23,15 +23,14 @@
{{ trans('form.ruleGroup_areYouSure', {'title': ruleGroup.title}) }}
</p>
<p class="text-danger">
{% if ruleGroup.rules|length > 0 %}
{{ Lang.choice('form.also_delete_rules', ruleGroup.rules|length, {count: ruleGroup.rules|length}) }}
{% endif %}
</p>
{% if ruleGroup.rules|length > 0 %}
<p class="text-danger">
{{ trans_choice('form.also_delete_rules', ruleGroup.rules|length) }}
</p>
<p class="text-success">
{{ 'save_rules_by_moving'|_ }}
{{ trans_choice('firefly.save_rules_by_moving', ruleGroup.rules|length) }}
</p>
<p>