janahan-law/next-i18next.config.js
2025-08-18 15:58:19 +05:30

23 lines
362 B
JavaScript

module.exports = {
i18n: {
defaultLocale: 'es',
locales: ['en', 'es'],
localeDetection: false,
},
ns: ['common', 'menu', 'homeHero' ,'ourStory', 'aboutService', 'aboutMission', 'aboutRacial', 'aboutDonor'],
defaultNS: 'common',
// localePath: './public/locales',
};
// aakash
// Selvi
// Vidhya
// Alagu Raj