fix plural

This commit is contained in:
Jean-Christian Paul Denis 2023-04-07 23:54:07 +02:00
parent a5a684506f
commit c9abe4063d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -21,11 +21,15 @@ l10n::$locales['Top entries'] = 'To
l10n::$locales['Author posts'] = 'Billets de l\'auteur'; l10n::$locales['Author posts'] = 'Billets de l\'auteur';
l10n::$locales['Author link'] = 'Lien vers l\'auteur'; l10n::$locales['Author link'] = 'Lien vers l\'auteur';
l10n::$locales['no entries'] = 'aucun billet'; l10n::$locales['no entries'] = 'aucun billet';
l10n::$locales['one entry'][0] = 'une publication'; l10n::$locales['one entry'] = [
l10n::$locales['one entry'][1] = '%s publications'; 'une publication',
'%s publications',
];
l10n::$locales['no comments'] = 'aucun commentaire'; l10n::$locales['no comments'] = 'aucun commentaire';
l10n::$locales['one comment'][0] = 'un commentaire'; l10n::$locales['one comment'] = [
l10n::$locales['one comment'][1] = '%s commentaires'; 'un commentaire',
'%s commentaires',
];
l10n::$locales['last day'] = 'dernier jour'; l10n::$locales['last day'] = 'dernier jour';
l10n::$locales['last week'] = 'dernière semaine'; l10n::$locales['last week'] = 'dernière semaine';
l10n::$locales['last month'] = 'dernier mois'; l10n::$locales['last month'] = 'dernier mois';