Adding dependencies
This commit is contained in:
parent
db76530ef4
commit
6e2b0b2360
10 changed files with 354 additions and 101 deletions
6
next-i18next.config.js
Normal file
6
next-i18next.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["en", "de"],
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue