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: 'siguiendo',
|
||||
reposted: 'retransmitido',
|
||||
'just now': 'justo ahora',
|
||||
'n minutes ago': 'hace {{n}} minutos',
|
||||
'minute ago_one': 'hace {{count}} minuto',
|
||||
'minute ago_other': 'hace {{count}} minutos',
|
||||
'n m': '{{n}}m',
|
||||
'n hours ago': 'hace {{n}} horas',
|
||||
'hour ago_one': 'hace {{count}} hora',
|
||||
'hour ago_other': 'hace {{count}} horas',
|
||||
'n h': '{{n}}h',
|
||||
'n days ago': 'hace {{n}} días',
|
||||
'day ago_one': 'hace {{count}} día',
|
||||
'day ago_other': 'hace {{count}} días',
|
||||
'n d': '{{n}}d',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'Seguir',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue