Files
Reactive-Resume/apps/client/next-i18next.config.js
T
Amruth Pillai 295172687b 🚀 release: v3.0.0
2022-03-02 17:44:11 +01:00

15 lines
306 B
JavaScript

/**
* @type {import('next-i18next').UserConfig}
**/
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en'],
},
debug: false,
nsSeparator: '.',
initImmediate: false,
localePath: './apps/client/public/locales',
ns: ['common', 'modals', 'landing', 'dashboard', 'builder'],
};