module.exports = { i18n: { defaultLocale: "it-IT", locales: [ "it-IT", ], localePath: path.resolve('./public/locales'), } }