welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

💥 deprecate(i18n)!: force config.toml copyright translation #255

Closed welpo closed 5 months ago

welpo commented 5 months ago

Summary

Removes support for translating copyright strings through i18n toml files.

Users should configure the corresponding translation in copyright_translations.{language_code} for each language they want to support, as explained in the docs. Example:

copyright_translations.es = "© $CURRENT_YEAR $AUTHOR $SEPARATOR A menos que se indique lo contrario, el contenido de esta web está disponible bajo la licencia [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)."

Related issue

Discussed in #214 and added the new translation feature in #215.