Remove el i18n temporarily

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J 2022-06-22 17:34:27 +02:00
parent c6fc1730a4
commit 41f2a321d7
2 changed files with 2 additions and 0 deletions

View File

View File

@ -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
}
*/
]
};