From 7182521dafd3229a75a72950259da75cc8aac5dc Mon Sep 17 00:00:00 2001 From: Laura <32573962+ErdaradunGaztea@users.noreply.github.com> Date: Fri, 5 Nov 2021 11:56:46 +0100 Subject: [PATCH] add Deutsch to dropdown --- public/de/_menu.hbs | 28 ++++++++++++++++++++++++++++ public/de/_strings.js | 16 ++++++++++++++++ templates/layout.hbs | 1 + 3 files changed, 45 insertions(+) create mode 100644 public/de/_menu.hbs create mode 100644 public/de/_strings.js diff --git a/public/de/_menu.hbs b/public/de/_menu.hbs new file mode 100644 index 0000000..5a15aa6 --- /dev/null +++ b/public/de/_menu.hbs @@ -0,0 +1,28 @@ + +Die Gender Dysphorie Bibel +
diff --git a/public/de/_strings.js b/public/de/_strings.js new file mode 100644 index 0000000..fe729cc --- /dev/null +++ b/public/de/_strings.js @@ -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: 'FYI, 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 making a pledge on patreon or a donation via Ko-fi.', + PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:', + FOOTER_COPYRIGHT: 'Site text, website code and original graphics are licensed CC BY-NC-SA.', + FOOTER_COPYRIGHT2: 'and Other Contributors', + + 'TRANS_TWITTER_TOPICS': 'Trans Twitter Topics', + + MENU_LANGUAGE: 'Deutsch (DE)', +}; + diff --git a/templates/layout.hbs b/templates/layout.hbs index 37bf512..f70c10b 100644 --- a/templates/layout.hbs +++ b/templates/layout.hbs @@ -69,6 +69,7 @@