Interface I18n

Interface for internationalization functionality

interface I18n {
    i18next: i18n;
    language: string;
    t: TFunction<"translation", undefined>;
}

Properties

Properties

i18next: i18n

Get the i18next instance

language: string

Get the current language

t: TFunction<"translation", undefined>

Get the translation function