🚧 wip migrate to next-i18n
This commit is contained in:
9
next-i18next.config.js
Normal file
9
next-i18next.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
// https://www.i18next.com/overview/configuration-options#logging
|
||||
debug: process.env.NODE_ENV === 'development',
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'de'],
|
||||
},
|
||||
reloadOnPrerender: process.env.NODE_ENV === 'development',
|
||||
};
|
||||
Reference in New Issue
Block a user