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 -> hours-ago = { $duration ->
[1] قبل ساعة [one] قبل ساعة
*[other] قبل {$duration} ساعة *[other] قبل {$duration} ساعة
} }
minutes-ago = { $duration -> minutes-ago = { $duration ->
[1] قبل دقيقة [one] قبل دقيقة
*[other] قبل {$duration} دقيقة *[other] قبل {$duration} دقيقة
} }
show-less = عرض أقل show-less = عرض أقل
show-more = عرض المزيد ({$more}) show-more = عرض المزيد ({$more})