mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(i18n/ar): update Reading Time localization for Arabic language (#527)
* update the localization based on Arabic syntax readingTime variable updated to match the exact syntax for Arabic language One variable in Arabic no need to add the count variable for 1 minute, there is a word to describe that specifically. Other variable localization updated to match Arabic grammar tenses. * remove unnecessary leading space Co-authored-by: Jimmy Cai <github@jimmycai.com>
This commit is contained in:
parent
2726cf7549
commit
c5eee559c2
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ article:
|
||||||
other: التعديل الاخير
|
other: التعديل الاخير
|
||||||
|
|
||||||
readingTime:
|
readingTime:
|
||||||
one: "قرائة {{ .Count }} دقيقة"
|
one: "تُقرأ خلال دقيقة"
|
||||||
other: "قرائة {{ .Count }} دقائق"
|
other: "تُقرأ خلال {{ .Count }} دقائق"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
|
|
Loading…
Reference in a new issue