Open burakozdemir32 opened 2 years ago
Currently, defaultLanguage is provided to i18next and it overrides the one provided in i18nextOptions.
defaultLanguage
i18next
i18nextOptions
i18next fallback setting: https://www.i18next.com/principles/fallback#fallback-to-different-languages
Overriding happens: https://github.com/microapps/gatsby-plugin-react-i18next/blob/master/src/plugin/wrapPageElement.tsx#L143
Could you please check this?
Currently,
defaultLanguage
is provided toi18next
and it overrides the one provided ini18nextOptions
.i18next fallback setting: https://www.i18next.com/principles/fallback#fallback-to-different-languages
Overriding happens: https://github.com/microapps/gatsby-plugin-react-i18next/blob/master/src/plugin/wrapPageElement.tsx#L143