fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
parent
9f428aed8c
commit
36f6d810ac
18 changed files with 105 additions and 54 deletions
|
|
@ -16,11 +16,14 @@ export default {
|
|||
followings: 'abonnements',
|
||||
reposted: 'republié',
|
||||
'just now': "à l'instant",
|
||||
'n minutes ago': 'il y a {{n}} minutes',
|
||||
'minute ago_one': 'il y a {{count}} minute',
|
||||
'minute ago_other': 'il y a {{count}} minutes',
|
||||
'n m': '{{n}}m',
|
||||
'n hours ago': 'il y a {{n}} heures',
|
||||
'hour ago_one': 'il y a {{count}} heure',
|
||||
'hour ago_other': 'il y a {{count}} heures',
|
||||
'n h': '{{n}}h',
|
||||
'n days ago': 'il y a {{n}} jours',
|
||||
'day ago_one': 'il y a {{count}} jour',
|
||||
'day ago_other': 'il y a {{count}} jours',
|
||||
'n d': '{{n}}j',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'Suivre',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue