Notification: add a counter for notifications

This commit is contained in:
2022-01-04 16:44:01 +01:00
parent 5bb5468198
commit 3a207b2c5d
12 changed files with 211 additions and 29 deletions

View File

@@ -1,6 +1,15 @@
years_old: >-
{age, plural,
{age, plural,
one {# an}
many {# ans}
other {# ans}
}
notification:
My notifications with counter: >-
{nb, plural,
=0 {Mes notifications}
one {Une notification}
few {# notifications}
other {# notifications}
}