initial commit for i18n

This commit is contained in:
daniel31x13
2024-05-27 17:42:29 -04:00
parent b0ea14737f
commit 17cdb7efa4
8 changed files with 140 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "de"],
},
};