zeon-studio / hugoplate

Hugoplate is a free starter template built with Hugo and TailwindCSS that will save you hours of work.
https://zeon.studio/preview?project=hugoplate
MIT License
798 stars 218 forks source link

translation error #102

Closed junnei closed 6 months ago

junnei commented 6 months ago

What is your Hugo Extended Version

0.123

What is your Go Version

1.22

What is your Node.js Version

20.9

Check for Existing Issues

Expected Behavior

Please check last commit > f29543d2f2629442c6684f216da3c0a5fda3a6c0

I don't know what intention you changed codes, but maybe there's a problem.

When I enter the page below, 'Categories' doesn't translate well. http://localhost:1313/categories/ because .Title is already 'Categories' in the case above, I think.

In my case, (printf "%s" (lower .Title)) = "카테고리" (means category in Korean) (printf "%s" .Title) = "Categories"

Steps to Reproduce

  1. make multilingual (categories, tags, ...)
  2. enter http://localhost:1313/categories/ or http://localhost:1313/tags/
  3. translation doesn't work

Code Reproduction URL

No response

Additional Information

No response