initial commit for i18n
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/** @type {import('next-i18next').UserConfig} */
|
||||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "de"],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user