// See: https://github.com/isaachinman/next-i18next module.exports = { i18n: { defaultLocale: 'en', locales: ['en'], defaultNS: 'common', }, interpolation: { prefix: '{', suffix: '}', }, localeStructure: '{lng}/{ns}', }