McShelby / hugo-theme-relearn

A theme for Hugo designed for documentation
https://mcshelby.github.io/hugo-theme-relearn/
MIT License
426 stars 186 forks source link

i18n: improve file naming #848

Closed McShelby closed 5 months ago

McShelby commented 6 months ago

Comply file names to the latest Hugo rules https://gohugo.io/functions/lang/translate/#translation-tables

This should be downward compatible (but may generate warnings if language key zh is used) if you've used the previous version of the theme successfully.

Must be tested again once https://github.com/gohugoio/hugo/issues/7982 is fixed