i18n(ar): another syntax error

This commit is contained in:
Michael Aaron Murphy 2025-10-01 06:08:07 +02:00
parent 1159ac9cf1
commit 450a41b75b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -1,10 +1,10 @@
hours-ago = { $duration ->
[1] قبل ساعة
*[other] قبل {$duration} ساعة
[one] قبل ساعة
*[other] قبل {$duration} ساعة
}
minutes-ago = { $duration ->
[1] قبل دقيقة
*[other] قبل {$duration} دقيقة
[one] قبل دقيقة
*[other] قبل {$duration} دقيقة
}
show-less = عرض أقل
show-more = عرض المزيد ({$more})