Test FR
Props
{
"_nextI18Next": {
"initialI18nStore": {
"fr": {
"common": {
"test": "Test FR"
}
},
"en": {
"common": {
"test": "Test EN"
}
}
},
"initialLocale": "fr",
"userConfig": {
"defaultNS": "common",
"i18n": {
"defaultLocale": "en",
"locales": [
"en",
"fr"
],
"localePath": "translations",
"reloadOnPrerender": true
},
"react": {
"useSuspense": false
},
"default": {
"defaultNS": "common",
"i18n": {
"defaultLocale": "en",
"locales": [
"en",
"fr"
],
"localePath": "translations",
"reloadOnPrerender": true
},
"react": {
"useSuspense": false
}
}
}
}
}