add Deutsch to dropdown

This commit is contained in:
Laura 2021-11-05 11:56:46 +01:00
parent fb1ebf9faa
commit 7182521daf
3 changed files with 45 additions and 0 deletions

28
public/de/_menu.hbs Normal file
View File

@ -0,0 +1,28 @@
<a href="/de/" class="top-nav-item dropdown-toggle" id="nav-gdb" data-toggle="dropdown" data-flip="false" aria-haspopup="true" aria-expanded="false">Die Gender Dysphorie Bibel</a>
<div class="dropdown-menu" aria-labelledby="nav-gdb">
<a href="/de/printable" class="{{#is meta.url '/de/printable' }}active {{/is}}dropdown-item">View All</a>
<hr class="dropdown-divider">
<a href="/de/" class="{{#is meta.url '/de/index' }}active {{/is}}dropdown-item">Einleitung</a>
<a href="/de/was-ist-gender" class="{{#is meta.url '/de/was-ist-gender' }}active {{/is}}dropdown-item">Was ist Gender?</a>
<a href="/de/geschichte" class="{{#is meta.url '/de/geschichte' }}active {{/is}}dropdown-item">Eine Geschichtstunde zu Gender Dysphorie</a>
<a href="/de/euphoria" class="{{#is meta.url '/de/euphoria' }}active {{/is}}dropdown-item">Gender Euphoria</a>
<a href="/de/physical-dysphoria" class="{{#is meta.url '/de/physical-dysphoria' }}active {{/is}}dropdown-item">Physical Dysphoria</a>
<a href="/de/biochemical-dysphoria" class="{{#is meta.url '/de/biochemical-dysphoria' }}active {{/is}}dropdown-item">Biochemical Dysphoria</a>
<a href="/de/social-dysphoria" class="{{#is meta.url '/de/social-dysphoria' }}active {{/is}}dropdown-item">Social Dysphoria</a>
<a href="/de/societal-dysphoria" class="{{#is meta.url '/de/societal-dysphoria' }}active {{/is}}dropdown-item">Societal Dysphoria</a>
<a href="/de/sexual-dysphoria" class="{{#is meta.url '/de/sexual-dysphoria' }}active {{/is}}dropdown-item">Sexual Dysphoria</a>
<a href="/de/presentational-dysphoria" class="{{#is meta.url '/de/presentational-dysphoria'}}active {{/is}}dropdown-item">Presentational Dysphoria</a>
<a href="/de/existential-dysphoria" class="{{#is meta.url '/de/existential-dysphoria' }}active {{/is}}dropdown-item">Existential Dysphoria</a>
<a href="/de/managed-dysphoria" class="{{#is meta.url '/de/managed-dysphoria' }}active {{/is}}dropdown-item">Managed Dysphoria</a>
<a href="/de/impostor-syndrome" class="{{#is meta.url '/de/impostor-syndrome' }}active {{/is}}dropdown-item">Impostor Syndrome</a>
<a href="/de/am-i-trans " class="{{#is meta.url '/de/am-i-trans' }}active {{/is}}dropdown-item">Am I Trans?</a>
<a href="/de/diagnoses" class="{{#is meta.url '/de/diagnoses' }}active {{/is}}dropdown-item">Clinical Diagnoses</a>
<a href="/de/treatment" class="{{#is meta.url '/de/treatment' }}active {{/is}}dropdown-item">Treating Gender Dysphoria</a>
<a href="/de/causes" class="{{#is meta.url '/de/causes' }}active {{/is}}dropdown-item">Causes of Gender Dysphoria</a>
<a href="/de/chromosomes" class="{{#is meta.url '/de/chromosomes' }}active {{/is}}dropdown-item">Chromosomes</a>
<a href="/de/hormones" class="{{#is meta.url '/de/hormones' }}active {{/is}}dropdown-item">How Hormones Work</a>
<a href="/de/second-puberty-masc" class="{{#is meta.url '/de/second-puberty-masc' }}active {{/is}}dropdown-item">Androgenic Second Puberty 101</a>
<a href="/de/second-puberty-fem" class="{{#is meta.url '/de/second-puberty-fem' }}active {{/is}}dropdown-item">Estrogenic Second Puberty 101</a>
<a href="/de/conclusion" class="{{#is meta.url '/de/conclusion' }}active {{/is}}dropdown-item">Conclusion</a>
</div>

16
public/de/_strings.js Normal file
View File

@ -0,0 +1,16 @@
module.exports = exports = {
SITE_TITLE: 'Das ist Gender Dysphorie',
SITE_DESCRIPTION: 'A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender.',
HEADER_TITLE: '<abbr title="Zu Ihrer Information">FYI</abbr>, das ist Gender Dysphorie',
PATREON_FOOTER_BODY: 'This site is made possible thanks to contributions from the community. If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.',
PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:',
FOOTER_COPYRIGHT: 'Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a>',
FOOTER_COPYRIGHT2: 'and Other Contributors',
'TRANS_TWITTER_TOPICS': 'Trans Twitter Topics',
MENU_LANGUAGE: 'Deutsch (DE)',
};

View File

@ -69,6 +69,7 @@
<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="/de/" class="{{#is page.lang 'de'}}active {{/is}}dropdown-item">Deutsch (German)</a>
</div>
</li>
<li><a href="/tweets/" class="top-nav-item" title="{{{lang 'TRANS_TWITTER_TOPICS'}}}"><img src="/images/transtwitter.png" width="24" height="24" alt=""></a></li>