hugo-book icon indicating copy to clipboard operation
hugo-book copied to clipboard

Translate the "Categories" and "Tags" taxonomy titles

Open raspopov opened this issue 2 years ago • 3 comments

Probably it's also need to add to "i18n/en.toml" file the next lines:

[categories]
other = "Categories"

[tags]
other = "Tags"

Signed-off-by: raspopov [email protected]

raspopov avatar Mar 19 '22 11:03 raspopov

Hi! Looks ok, thx, I will do some local testing as well

alex-shpak avatar Apr 18 '22 14:04 alex-shpak

I was looking around, I'm not sure that translating taxonomies like that is a correct behaviour for a theme. As taxonomies could be freely added/removed/renamed. On another hand thee is no way to specify taxonomy translation.

alex-shpak avatar Apr 26 '22 11:04 alex-shpak

In this example they specify taxonomy per language https://gohugo.io/content-management/multilingual/#taxonomies-and-blackfriday

alex-shpak avatar Apr 26 '22 11:04 alex-shpak