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
|
|
@ -15,11 +15,14 @@ export default {
|
|||
followings: 'seguiti',
|
||||
reposted: 'ripubblica',
|
||||
'just now': 'adesso',
|
||||
'n minutes ago': '{{n}} minuti fa',
|
||||
'minute ago_one': '{{count}} minuto fa',
|
||||
'minute ago_other': '{{count}} minuti fa',
|
||||
'n m': '{{n}}m',
|
||||
'n hours ago': '{{n}} ore fa',
|
||||
'hour ago_one': '{{count}} ora fa',
|
||||
'hour ago_other': '{{count}} ore fa',
|
||||
'n h': '{{n}}o',
|
||||
'n days ago': '{{n}} giorni fa',
|
||||
'day ago_one': '{{count}} giorno fa',
|
||||
'day ago_other': '{{count}} giorni fa',
|
||||
'n d': '{{n}}g',
|
||||
date: '{{timestamp, data}}',
|
||||
Follow: 'Segui',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue