Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J 2022-06-22 19:27:39 +02:00
parent 9fa7773581
commit 6e1080eb0d

View File

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