22 lines
845 B
JavaScript
22 lines
845 B
JavaScript
module.exports = {
|
|
i18n: {
|
|
defaultLocale: 'en',
|
|
locales: ['en', 'es'],
|
|
localeDetection: false,
|
|
},
|
|
ns: ['common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog', 'footer', 'ourMission', 'racialJustice', 'services', 'ourStory', 'aboutService', 'aboutMission', 'aboutRacial', 'aboutDonor', 'ourApproach', 'contact', 'innerBanner'],
|
|
defaultNS: 'common',
|
|
localePath: './public/locales',
|
|
};
|
|
|
|
// aakash - 'ourMission', 'racialJustice', 'services'
|
|
|
|
|
|
// Selvi - 'ourStory', 'aboutService', 'aboutMission', 'aboutRacial', 'aboutDonor'
|
|
|
|
|
|
// Vidhya - OurApproach
|
|
|
|
// Alagu Raj - 'common', 'menu', 'homeHero', 'home4Card', '(home)/homeAbout', '(home)/homeFeature', '(home)/testimonial', '(home)/homeCalltoAction', 'blog'
|
|
|
|
//1
|