fix plural
This commit is contained in:
parent
a5a684506f
commit
c9abe4063d
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user