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