Improve notifications

This commit is contained in:
2022-01-24 10:09:57 +00:00
parent ad05b3bf05
commit 54c2b92962
26 changed files with 385 additions and 97 deletions

View File

@@ -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}
}