From 77b031083eb0de0505437408f7b5d05e399e3a92 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 15 Jun 2020 13:54:40 +0200 Subject: [PATCH] Make four static pages * imprint * data privacy * terms of service * code of conduct --- webapp/components/PageFooter/PageFooter.vue | 8 +- .../Registration/CreateUserAccount.vue | 4 +- webapp/constants/links.js | 2 - webapp/locales/de.json | 91 +------------------ webapp/locales/en.json | 91 +------------------ webapp/locales/es.json | 91 +------------------ webapp/locales/fr.json | 87 +----------------- webapp/locales/html/de/code-of-conduct.html | 1 + webapp/locales/html/de/data-privacy.html | 1 + webapp/locales/html/de/imprint.html | 1 + webapp/locales/html/de/index.js | 11 +++ ...ditions.html => terms-and-conditions.html} | 0 webapp/locales/html/en/code-of-conduct.html | 1 + webapp/locales/html/en/data-privacy.html | 1 + webapp/locales/html/en/imprint.html | 1 + webapp/locales/html/en/index.js | 11 +++ ...ditions.html => terms-and-conditions.html} | 0 webapp/locales/html/index.js | 7 ++ webapp/locales/it.json | 49 +--------- webapp/locales/pt.json | 34 +------ webapp/locales/ru.json | 87 +----------------- webapp/nuxt.config.js | 2 + webapp/pages/code-of-conduct.vue | 40 +------- webapp/pages/data-privacy.vue | 23 +++++ webapp/pages/imprint.vue | 23 +++++ webapp/pages/terms-and-conditions.vue | 7 +- webapp/plugins/i18n.js | 8 +- 27 files changed, 105 insertions(+), 577 deletions(-) create mode 100644 webapp/locales/html/de/code-of-conduct.html create mode 100644 webapp/locales/html/de/data-privacy.html create mode 100644 webapp/locales/html/de/imprint.html create mode 100644 webapp/locales/html/de/index.js rename webapp/locales/html/de/{termsAndConditions.html => terms-and-conditions.html} (100%) create mode 100644 webapp/locales/html/en/code-of-conduct.html create mode 100644 webapp/locales/html/en/data-privacy.html create mode 100644 webapp/locales/html/en/imprint.html create mode 100644 webapp/locales/html/en/index.js rename webapp/locales/html/en/{termsAndConditions.html => terms-and-conditions.html} (100%) create mode 100644 webapp/locales/html/index.js create mode 100644 webapp/pages/data-privacy.vue create mode 100644 webapp/pages/imprint.vue diff --git a/webapp/components/PageFooter/PageFooter.vue b/webapp/components/PageFooter/PageFooter.vue index 8ee3e32f3..6c0d21c03 100644 --- a/webapp/components/PageFooter/PageFooter.vue +++ b/webapp/components/PageFooter/PageFooter.vue @@ -2,17 +2,17 @@