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",