Skip to content
Snippets Groups Projects
next-i18next.config.js 87 B
Newer Older
Alexander Schoch's avatar
Alexander Schoch committed
module.exports = {
  i18n: {
    locales: ['en', 'de'],
    defaultLocale: 'en',
  }
}