@evlmaistrenko/tools-antd
    Preparing search index...

    Interface AddI18nextOptions

    interface AddI18nextOptions {
        continueLabel?: string;
        flag?:
            | string
            | DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
        icon?: ReactNode;
        label?: string;
        locale: string;
        resources: I18nextResources;
    }
    Index

    Properties

    continueLabel?: string

    "continue in " text.

    flag?:
        | string
        | DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>

    Flag represents country.

    icon?: ReactNode

    Icon representing the country. Makes sense only if flag is not set.

    label?: string

    Language title.

    locale: string

    Locale code.

    resources: I18nextResources

    Resources for the locale.