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: >-
{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}
}