fix: pluralize (?)
This commit is contained in:
parent
f54407aa1e
commit
15ed3f07d9
2 changed files with 2 additions and 4 deletions
|
@ -421,8 +421,7 @@ en:
|
|||
one: expiring file
|
||||
other: expiring files
|
||||
dossier_trouve:
|
||||
'0': 0 file found
|
||||
'1': 1 file found
|
||||
one: "%{count} file found"
|
||||
other: "%{count} files found"
|
||||
published:
|
||||
one: Published
|
||||
|
|
|
@ -429,8 +429,7 @@ fr:
|
|||
one: expirant
|
||||
other: expirant
|
||||
dossier_trouve:
|
||||
'0': 0 dossier trouvé
|
||||
'1': 1 dossier trouvé
|
||||
one: "%{count} dossier trouvé"
|
||||
other: "%{count} dossiers trouvés"
|
||||
published:
|
||||
one: Publiée
|
||||
|
|
Loading…
Reference in a new issue