Skip to content

Multilingual Jekyll

Li-Wei Yap edited this page Apr 8, 2021 · 6 revisions

Multilingual Jekyll

Tutorials

Code samples

Questions

  1. How do I get the sidebar to change the language?

Attempts

Translations

I tried the following:

_config.yml:

translations:
    projects:
        de: 'nebenprojekte'
    experience:
        de: 'berufserfahrung'
    credits:
        de: 'quellenangaben'

sidebar.html:

<a href="../de/{{ site.t[page.langref].de }}"><img src="../assets/germany.png" height="30px"></a>

But it doesn't work. πŸ™

Clone this wiki locally