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/sk.toml
22
i18n/sk.toml
@@ -1,14 +1,17 @@
|
||||
[posts]
|
||||
other = "články"
|
||||
[categories]
|
||||
one = "kategória"
|
||||
|
||||
[category]
|
||||
other = "kategória"
|
||||
|
||||
[tag]
|
||||
other = "téma"
|
||||
[tags]
|
||||
one = "téma"
|
||||
|
||||
[series]
|
||||
other = "diel"
|
||||
one = "diel"
|
||||
|
||||
[authors]
|
||||
one = "autor"
|
||||
|
||||
[posts]
|
||||
other = "články"
|
||||
|
||||
[reading_time]
|
||||
one = "Prečítate si za minútu"
|
||||
@@ -28,8 +31,5 @@ other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>."
|
||||
[see_also]
|
||||
other = "Pozrite tiež"
|
||||
|
||||
[author]
|
||||
other = "autor"
|
||||
|
||||
[powered_by]
|
||||
other = "Táto stránka bola vytvorená cez"
|
||||
|
||||
Reference in New Issue
Block a user