diff --git a/src/i18n/el.json b/src/i18n/el.json deleted file mode 100644 index e69de29..0000000 diff --git a/src/lib/translations.js b/src/lib/translations.js index 5e05d68..e3233b1 100644 --- a/src/lib/translations.js +++ b/src/lib/translations.js @@ -13,11 +13,13 @@ const config = { key: "common", loader: async () => (await import("../i18n/nb.json")).default }, + /* { locale: "el", key: "common", loader: async () => (await import("../i18n/el.json")).default } + */ ] };