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

@@ -16,11 +16,14 @@ export default {
followings: 'подписки',
reposted: 'репостнул',
'just now': 'только что',
'n minutes ago': '{{n}} минут назад',
'minute ago_one': '{{count}} минуту назад',
'minute ago_other': '{{count}} минут назад',
'n m': '{{n}}м',
'n hours ago': '{{n}} часов назад',
'hour ago_one': '{{count}} час назад',
'hour ago_other': '{{count}} часов назад',
'n h': '{{n}}ч',
'n days ago': '{{n}} дней назад',
'day ago_one': '{{count}} день назад',
'day ago_other': '{{count}} дней назад',
'n d': '{{n}}д',
date: '{{timestamp, date}}',
Follow: 'Подписаться',