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: 'متابعة',