From bae2a385aab42a6d235e819a89cf7fd3444572ee Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 17 Feb 2022 09:56:41 +0100 Subject: [PATCH] notification word 'one' changed to number --- .../ChillMainBundle/translations/messages+intl-icu.fr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillMainBundle/translations/messages+intl-icu.fr.yaml b/src/Bundle/ChillMainBundle/translations/messages+intl-icu.fr.yaml index 59771529f..4756ff4f7 100644 --- a/src/Bundle/ChillMainBundle/translations/messages+intl-icu.fr.yaml +++ b/src/Bundle/ChillMainBundle/translations/messages+intl-icu.fr.yaml @@ -9,7 +9,7 @@ notification: My notifications with counter: >- {nb, plural, =0 {Mes notifications} - one {Une notification} + one {# notification} few {# notifications} other {# notifications} } @@ -41,7 +41,7 @@ workflow: My workflows with counter: >- {wc, plural, =0 {Mes workflows} - one {Une workflow} + one {# workflow} few {# workflows} other {# workflows} }