notification word 'one' changed to number

This commit is contained in:
Julie Lenaerts 2022-02-17 09:56:41 +01:00
parent aebb21935b
commit bae2a385aa

View File

@ -9,7 +9,7 @@ notification:
My notifications with counter: >- My notifications with counter: >-
{nb, plural, {nb, plural,
=0 {Mes notifications} =0 {Mes notifications}
one {Une notification} one {# notification}
few {# notifications} few {# notifications}
other {# notifications} other {# notifications}
} }
@ -41,7 +41,7 @@ workflow:
My workflows with counter: >- My workflows with counter: >-
{wc, plural, {wc, plural,
=0 {Mes workflows} =0 {Mes workflows}
one {Une workflow} one {# workflow}
few {# workflows} few {# workflows}
other {# workflows} other {# workflows}
} }