notifications: fix comments counter

This commit is contained in:
2022-02-01 14:56:50 +01:00
parent 460502a1f2
commit 2f5fecf414
2 changed files with 15 additions and 4 deletions

View File

@@ -29,3 +29,11 @@ notification:
few {# non-lues}
other {# non-lues}
}
counter comments: >-
{nb, plural,
=0 {Aucun commentaire}
one {# commentaire}
few {# commentaires}
other {# commentaires}
}