The language loader function(s).
If a function is provided, it will be called for the "translations" namespace. Otherwise, you can provide a record of functions for each namespace.
Optional
react?: booleanIf the react-i18next integration should be enabled (true by default, if not specified)
Optional
sync?: "full" | "i18next-pure" | "pure-i18next"The sync mode between i18next and pure. Default is "full"
With "full", either setLocale
or i18next.changeLanguage
will sync the other.
For other modes, changing the first will sync to the second, but not the other way around.
"full" or "i18next-pure" will also sync the initially detected language from pure to i18next
Option for initializing locale with i18next integration