Update next-i18next.config.js for italian language
This commit is contained in:
parent
7edd7f893b
commit
479995366a
|
@ -2,7 +2,7 @@
|
|||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en"],
|
||||
locales: ["en","it"],
|
||||
},
|
||||
reloadOnPrerender: process.env.NODE_ENV === "development",
|
||||
};
|
||||
|
|
Ŝarĝante…
Reference in New Issue