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