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]
one = "Читать одну минуту"
@@ -24,11 +30,5 @@ other = "Можете вернуться обратно на <a href=\"{{ . }}\"
[powered_by]
other = "Работает на"
[author]
other = "автор"
[posts]
other = "статьи"
[see_also]
other = "Также смотреть"