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
18 changed files with 105 additions and 54 deletions

View File

@@ -15,11 +15,14 @@ export default {
followings: 'Seguidos',
reposted: 'Repostado',
'just now': 'agora mesmo',
'n minutes ago': '{{n}} minutos atrás',
'minute ago_one': '{{count}} minuto atrás',
'minute ago_other': '{{count}} minutos atrás',
'n m': '{{n}}m',
'n hours ago': '{{n}} horas atrás',
'hour ago_one': '{{count}} hora atrás',
'hour ago_other': '{{count}} horas atrás',
'n h': '{{n}}h',
'n days ago': '{{n}} dias atrás',
'day ago_one': '{{count}} dia atrás',
'day ago_other': '{{count}} dias atrás',
'n d': '{{n}}d',
date: '{{timestamp, date}}',
Follow: 'Seguir',