OpenTechSchool / websitenext

OpenTechSchool website
https://www.opentechschool.org
8 stars 6 forks source link

I18n #9

Closed mamhoff closed 4 years ago

mamhoff commented 4 years ago

We should probably figure out a way to do I18n so that we can update text in both English and German and have multi-language header and footer.

Twissi commented 4 years ago

I18n is already implemented. Just add the strings to en.json and de.json and reference the keys in the templates like this {t('homepage.siteTitle')}. Added an issue for the header: https://github.com/OpenTechSchool/websitenext/issues/13