i18n(ar): another syntax error
This commit is contained in:
parent
1159ac9cf1
commit
450a41b75b
1 changed files with 4 additions and 4 deletions
|
|
@ -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})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue