GenderDysphoria.fyi/templates/language-menu.hbs
KimbaNessie 437a546496
ES translations and menu updates to show ES (#128)
* ES translations and menu updates to show ES

* Missing translations, sibling links and lang tags.

* updated links replace d-historica w/ d-existencial
2023-03-19 16:15:20 -07:00

11 lines
832 B
Handlebars

<div class="dropdown-menu" aria-labelledby="nav-gdb">
<a href="/en/" class="{{#is page.lang 'en'}}active {{/is}}dropdown-item">English</a>
<a href="/zh/" class="{{#is page.lang 'zh'}}active {{/is}}dropdown-item">中文 (Chinese)</a>
<a href="/fr/" class="{{#is page.lang 'fr'}}active {{/is}}dropdown-item">Français (French)</a>
<a href="/de/" class="{{#is page.lang 'de'}}active {{/is}}dropdown-item">Deutsch (German)</a>
<a href="/hu/" class="{{#is page.lang 'hu'}}active {{/is}}dropdown-item">Magyar (Hungarian)</a>
<a href="/pl/" class="{{#is page.lang 'pl'}}active {{/is}}dropdown-item">polski (Polish)</a>
<a href="/pt/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Português (Portuguese)</a>
<a href="/es/" class="{{#is page.lang 'pt'}}active {{/is}}dropdown-item">Español (Spanish)</a>
</div>