mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 16:52:08 +05:30
Load fr
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
9fa7773581
commit
6e1080eb0d
@ -13,6 +13,11 @@ const config = {
|
|||||||
key: "common",
|
key: "common",
|
||||||
loader: async () => (await import("../i18n/nb.json")).default
|
loader: async () => (await import("../i18n/nb.json")).default
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
locale: "fr",
|
||||||
|
key: "common",
|
||||||
|
loader: async () => (await import("../i18n/fr.json")).default
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
{
|
{
|
||||||
locale: "el",
|
locale: "el",
|
||||||
|
Loading…
Reference in New Issue
Block a user