mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
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