From e54b2598797354ae8cfdd80b120738aae7107839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 23 May 2024 11:20:33 +0200 Subject: [PATCH] Revert removing of languages - This reverts commit 8d0bc7cfaa1a00b34c0b9a55aa13b2ee33133f41. - And others. --- docs/.vuepress/config.js | 12 +-- docs/.vuepress/config/theme.js | 132 ++++++++++++++++----------------- 2 files changed, 72 insertions(+), 72 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 52b7b13..7248d65 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -24,11 +24,11 @@ export default defineUserConfig({ '/de/': { lang: 'de-DE', }, - // '/en/': { - // lang: 'en-EN', - // }, - // '/fr/': { - // lang: 'fr-FR', - // }, + '/en/': { + lang: 'en-EN', + }, + '/fr/': { + lang: 'fr-FR', + }, } }) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 64115c8..7bf54c6 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -53,72 +53,72 @@ export default hopeTheme({ }, ], }, - // '/en/': { - // lang: 'en-US', // this will be set as the lang attribute on - // title: 'Ocelot.Social', - // description: 'Ocelot.Social – Free and open source software to create and run your own social network.', - // copyright: '© by busFaktor() e.V. & Authors | Imprint | Privacy Policy', - // footer: 'Released under the MIT License.', - // navbar: [ - // { - // text: 'Features', - // link: '/en/features/' - // }, - // { - // text: 'Get Started', - // link: '/en/get-started/' - // }, - // { - // text: 'Contribute', - // link: '/en/contribute/' - // }, - // { - // text: 'Learn', - // link: '/en/learn/' , - // }, - // { - // text: 'Donate', - // link: '/en/donate/' - // }, - // { - // text: 'Contact', - // link: '/en/contact/' - // }, - // ], - // }, - // '/fr/': { - // lang: 'fr-FR', - // title: 'Ocelot.Social', - // description: 'Ocelot.Social - Logiciel open source et gratuit pour créer et gérer votre propre réseau social.', - // copyright: '© par busFaktor() e.V. & Auteurs | Mentions légales | Protection des données', - // footer: 'Publié sous la licence MIT.', - // navbar: [ - // { - // text: 'Fonctionnalités', - // link: '/fr/features/' - // }, - // { - // text: 'Entrée', - // link: '/fr/get-started/' - // }, - // { - // text: 'Contribuer', - // link: '/fr/contribute/' - // }, - // { - // text: 'Apprendre', - // link: '/fr/learn/' , - // }, - // { - // text: 'Donner', - // link: '/fr/donate/' - // }, - // { - // text: 'Contact', - // link: '/fr/contact/' - // }, - // ], - // } + '/en/': { + lang: 'en-US', // this will be set as the lang attribute on + title: 'Ocelot.Social', + description: 'Ocelot.Social – Free and open source software to create and run your own social network.', + copyright: '© by busFaktor() e.V. & Authors | Imprint | Privacy Policy', + footer: 'Released under the MIT License.', + navbar: [ + { + text: 'Features', + link: '/en/features/' + }, + { + text: 'Get Started', + link: '/en/get-started/' + }, + { + text: 'Contribute', + link: '/en/contribute/' + }, + { + text: 'Learn', + link: '/en/learn/' , + }, + { + text: 'Donate', + link: '/en/donate/' + }, + { + text: 'Contact', + link: '/en/contact/' + }, + ], + }, + '/fr/': { + lang: 'fr-FR', + title: 'Ocelot.Social', + description: 'Ocelot.Social - Logiciel open source et gratuit pour créer et gérer votre propre réseau social.', + copyright: '© par busFaktor() e.V. & Auteurs | Mentions légales | Protection des données', + footer: 'Publié sous la licence MIT.', + navbar: [ + { + text: 'Fonctionnalités', + link: '/fr/features/' + }, + { + text: 'Entrée', + link: '/fr/get-started/' + }, + { + text: 'Contribuer', + link: '/fr/contribute/' + }, + { + text: 'Apprendre', + link: '/fr/learn/' , + }, + { + text: 'Donner', + link: '/fr/donate/' + }, + { + text: 'Contact', + link: '/fr/contact/' + }, + ], + } }, plugins: { blog: {