fix: correct timestamp pluralization for singular forms (#694)

Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
The Daniel ⚡️ 2025-12-14 20:09:41 -05:00 committed by GitHub
parent 9f428aed8c
commit 36f6d810ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 105 additions and 54 deletions

View file

@ -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',