i18n(ar): syntax error

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

View file

@ -1,8 +1,8 @@
hours-ago = { NUMBER($duration) ->
hours-ago = { $duration ->
[1] قبل ساعة
*[other] قبل {$duration} ساعة
}
minutes-ago = { NUMBER($duration) ->
minutes-ago = { $duration ->
[1] قبل دقيقة
*[other] قبل {$duration} دقيقة
}