mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
@ -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