From 41f2a321d712f204e5afcda25ed819730931f17d Mon Sep 17 00:00:00 2001 From: Alex J Date: Wed, 22 Jun 2022 17:34:27 +0200 Subject: [PATCH] Remove el i18n temporarily Signed-off-by: Alex J --- src/i18n/el.json | 0 src/lib/translations.js | 2 ++ 2 files changed, 2 insertions(+) delete mode 100644 src/i18n/el.json 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 } + */ ] };