mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
* Translate auxiliary strings to Greek * Translate index to Greek * update contacts (el) * fix a string in index * Update language menu (EL) * update lang label for el/index * Update el/index * Translate what-is-gender to el * translate history to el * Update aux strings (el) * patch el/history * translate euphoria to el * harmonise terms in el/what-is-gender * translate phys. dysphoria to el * translate biochem. dysphoria to el * translate social dysphoria to el/ * translate societal dysphoria to el * translate sexual dysphoria to el * correct a word in societal dysphoria el * translate presentational dysphoria to el * translate existential dysphoria to el * translate managed dysphoria to el * correct typo in en/impostor-syndrome * translate impostor syndrome to el * translate am-i-trans to el * translate diagnoses to el * translate treatment to el * translate causes to el * translate chromosomes to el * translate hormones to el * translate theca cell in el/causes.md after verifying official terminology * fix yaml header in el/hormones.md * translate second-puberty-masc to el * Fix incorrect link in en/hormones * Minor rewording in el/second-puberty-masc * Minor fixes in el/second-puberty-masc * translate second-puberty-fem to el * Commit images not requiring translations to el/ * add el to engines * replace a cyrillic e with a latin e because i'm an idiot * Fix minor yaml inconsistencies in el md files * Add el print step to build.yml * translate conclusion to el * translate images to el :') * translate tweets to el * Translate untranslated term in el/_images/_steroidogenesis * Fix detefcted mistakes in el translation (.md) * Fix detected mistakes in el translation (.md) * reformat twitter-i18n.json * correct yaml in second-puberty-fem (el)
15 lines
1.2 KiB
Handlebars
15 lines
1.2 KiB
Handlebars
<div class="dropdown-menu" aria-labelledby="nav-gdb">
|
|
<a href="/de/" class="{{#is page.lang 'de'}}active {{/is}}dropdown-item">Deutsch (German)</a>
|
|
<a href="/el/" class="{{#is page.lang 'el'}}active {{/is}}dropdown-item">Ελληνικά (Greek)</a>
|
|
<a href="/en/" class="{{#is page.lang 'en'}}active {{/is}}dropdown-item">English</a>
|
|
<a href="/es/" class="{{#is page.lang 'es'}}active {{/is}}dropdown-item">Español (Spanish)</a>
|
|
<a href="/fr/" class="{{#is page.lang 'fr'}}active {{/is}}dropdown-item">Français (French)</a>
|
|
<a href="/hu/" class="{{#is page.lang 'hu'}}active {{/is}}dropdown-item">Magyar (Hungarian)</a>
|
|
<a href="/nl/" class="{{#is page.lang 'nl'}}active {{/is}}dropdown-item">Nederlands (Dutch)</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="/ru/" class="{{#is page.lang 'ru'}}active {{/is}}dropdown-item">русский (Russian)</a>
|
|
<a href="/tw/" class="{{#is page.lang 'zh-tw'}}active {{/is}}dropdown-item">台灣華語 (Taiwanese Mandarin)</a>
|
|
<a href="/zh/" class="{{#is page.lang 'zh'}}active {{/is}}dropdown-item">中文 (Chinese)</a>
|
|
</div>
|