fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
@@ -15,11 +15,14 @@ export default {
|
||||
followings: 'követések',
|
||||
reposted: 'újraposztolta',
|
||||
'just now': 'épp most',
|
||||
'n minutes ago': '{{n}} perce',
|
||||
'minute ago_one': '{{count}} perce',
|
||||
'minute ago_other': '{{count}} perce',
|
||||
'n m': '{{n}}p',
|
||||
'n hours ago': '{{n}} órája',
|
||||
'hour ago_one': '{{count}} órája',
|
||||
'hour ago_other': '{{count}} órája',
|
||||
'n h': '{{n}}ó',
|
||||
'n days ago': '{{n}} napja',
|
||||
'day ago_one': '{{count}} napja',
|
||||
'day ago_other': '{{count}} napja',
|
||||
'n d': '{{n}}n',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'Követés',
|
||||
|
||||
Reference in New Issue
Block a user