forked from ProjectSegfault/website
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