Use plural translation keys for taxonomies (#620)

This commit is contained in:
Alphonse Mariya
2021-12-26 19:18:00 +01:00
committed by GitHub
parent 0b430ece67
commit d14dd837ec
33 changed files with 229 additions and 263 deletions

View File

@@ -1,11 +1,17 @@
[category]
other = "فئة"
[categories]
one = "فئة"
[tag]
other = "وَسم"
[tags]
one = "وَسم"
[series]
other = "سلسلة"
one = "سلسلة"
[authors]
one = "الكاتب"
[posts]
other = "المنشورات"
[reading_time]
other = "تستغرق {{ .Count }} د"
@@ -22,11 +28,5 @@ other = "بإمكانك العودة إلى <a href=\"{{ . }}\">homepage</a>."
[powered_by]
other = "بواسطة"
[author]
other = "الكاتب"
[see_also]
other = "انظر أيضاً"
[posts]
other = "المنشورات"