mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
Improve notifications
This commit is contained in:
@@ -13,3 +13,19 @@ notification:
|
||||
few {# notifications}
|
||||
other {# notifications}
|
||||
}
|
||||
|
||||
counter total notifications: >-
|
||||
{total, plural,
|
||||
=0 {Aucune notification}
|
||||
one {# notification}
|
||||
few {# notifications}
|
||||
other {# notifications}
|
||||
}
|
||||
|
||||
counter unread notifications: >-
|
||||
{unread, plural,
|
||||
=0 {Aucune non-lue}
|
||||
one {# non-lue}
|
||||
few {# non-lues}
|
||||
other {# non-lues}
|
||||
}
|
||||
|
Reference in New Issue
Block a user