From 6e1080eb0d06234b569c8a15a3892d660e773cf7 Mon Sep 17 00:00:00 2001 From: Alex J Date: Wed, 22 Jun 2022 19:27:39 +0200 Subject: [PATCH] Load fr Signed-off-by: Alex J --- src/lib/translations.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/translations.js b/src/lib/translations.js index e3233b1..377d8d2 100644 --- a/src/lib/translations.js +++ b/src/lib/translations.js @@ -13,6 +13,11 @@ const config = { key: "common", loader: async () => (await import("../i18n/nb.json")).default }, + { + locale: "fr", + key: "common", + loader: async () => (await import("../i18n/fr.json")).default + } /* { locale: "el",