next i18 added to all components for ns array

This commit is contained in:
Alaguraj0361 2025-08-18 20:54:25 +05:30
parent e3dfbc9a18
commit 5be6db26bd

View File

@ -5,7 +5,7 @@ module.exports = {
locales: ['en', 'es'],
localeDetection: false,
},
ns: ['common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog', 'services', 'footer'],
ns: ['common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog', 'footer', 'ourMission', 'racialJustice', 'services', 'ourStory', 'aboutService', 'aboutMission', 'aboutRacial', 'aboutDonor'],
defaultNS: 'common',
// localePath: './public/locales',
};