forked from ProjectSegfault/website
Remove el i18n temporarily
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
c6fc1730a4
commit
41f2a321d7
@ -13,11 +13,13 @@ const config = {
|
|||||||
key: "common",
|
key: "common",
|
||||||
loader: async () => (await import("../i18n/nb.json")).default
|
loader: async () => (await import("../i18n/nb.json")).default
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
locale: "el",
|
locale: "el",
|
||||||
key: "common",
|
key: "common",
|
||||||
loader: async () => (await import("../i18n/el.json")).default
|
loader: async () => (await import("../i18n/el.json")).default
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user