From 9045defa5d317782deae398a629c46b4211bc1f7 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 29 Nov 2023 13:16:39 +0100 Subject: [PATCH] Add fr to the locales definition. --- docs/.vuepress/config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0c689e6..8832a8e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -19,6 +19,10 @@ export default defineUserConfig({ lang: 'de-DE', title: 'Ocelot.Social', // description: '' + }, + '/fr/': { + lang: 'fr-FR', + title: 'Ocelot.Social', } } }) \ No newline at end of file