mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Use plural translation keys for taxonomies (#620)
This commit is contained in:
22
i18n/ru.toml
22
i18n/ru.toml
@@ -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 = "Также смотреть"
|
||||
|
||||
Reference in New Issue
Block a user