mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
Notification: add a counter for notifications
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
Reference in New Issue
Block a user