forked from github.com/GenderDysphoria.fyi
* Init and Index.md for Chinese (Taiwanese) * Translate what-is gender Chinese (Taiwanese) * init Chinese (Taiwanese) * init Chinese (Taiwanese) * Add Harry Benjamin entry and update wording in Taiwanese Chinese * Update translate for depersonalization * Translate and update "Gender Euphoria" content to Taiwanese Chinese * Update link title to Taiwanese Chinese in the Gender Dysphoria Bible * Update translation for "Physical Gender Dysphoria" content to Taiwanese Chinese * Update navigation links to Taiwanese Chinese in euphoria, history, and physical dysphoria pages * Update title and description in physical dysphoria page to improve clarity in Taiwanese Chinese * Add translations for biochemical-dysphoria in Taiwanese Chinese * Taiwanese Chinese translations for social dysphoria * Update Taiwanese Chinese translations and improve clarity in the Gender Dysphoria content * Update Taiwanese Chinese translations for societal dysphoria content * Fix links in societal dysphoria page for Taiwanese Chinese translations * update Taiwanese Chinese translations for sexual dysphoria content * Update Taiwanese Chinese translations for presentational dysphoria content * Update Taiwanese Chinese translations for existential dysphoria content * Update Taiwanese Chinese translations for managed dysphoria content * Update Taiwanese Chinese translations for cause, diagnoses and treatment content * Update Taiwanese Chinese translation for impostor syndrome content * Add Taiwanese Chinese translation to the concatenation list * Add Taiwanese Chinese locale support in engines.js * Update Taiwanese Chinese translation for am-i-trans content * Fix layout * Enhance Taiwanese Chinese translation for chromosomes page * Fix layout * Update Taiwanese Chinese translations for hormones content * Update Taiwanese Chinese translations for second puberty masc content * Update Taiwanese Chinese translations for second puberty fem content * Update Taiwanese Chinese translation for conclusion page * Update Taiwanese Chinese translations for menu items * Add Taiwanese Mandarin option to language menu * Fix lang menu * fix lang menu * update titlecard for Taiwanese version * Updata translation --------- Co-authored-by: Pichu <pichu@mobagel.com>
14 lines
1.1 KiB
Handlebars
14 lines
1.1 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="/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>
|