Interface i18nOptions

i18n 类的选项

interface i18nOptions {
    defaultLang?: string;
    resources: Record<string, i18nLanguageResource>;
}

Properties

defaultLang?: string
resources: Record<string, i18nLanguageResource>