fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
@@ -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: 'Подписаться',
|
||||
|
||||
Reference in New Issue
Block a user