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

25 lines
555 B
JavaScript

// const { default: OurApproach } = require("./pages/our-approach");
module.exports = {
i18n: {
defaultLocale: 'es',
locales: ['en', 'es'],
localeDetection: false,
},
ns: ['common', 'menu', 'homeHero', 'home4Card'],
defaultNS: 'common',
// localePath: './public/locales',
};
// aakash - 'ourMission', 'racialJustice', 'services'
// Selvi
// Vidhya
// OurApproach
// Alagu Raj - 'common', 'menu', 'home4card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction'