remix-i18next - v8.0.0
    Preparing search index...
    interface Options {
        detection: LanguageDetectorOption;
        i18next?: Omit<InitOptions<object>, "detection">;
        plugins?: NewableModule<Module>[] | Module[];
    }
    Index

    Properties

    detection: LanguageDetectorOption
    i18next?: Omit<InitOptions<object>, "detection">

    The i18next options used to initialize the internal i18next instance.

    plugins?: NewableModule<Module>[] | Module[]

    The i18next plugins used to extend the internal i18next instance when creating a new TFunction.