forked from ProjectSegfault/website
@ -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",
|
||||||
|
Reference in New Issue
Block a user