Interface i18nLanguageResource

语言资源接口选项

interface i18nLanguageResource {
    desc: string;
    key: string;
    translation: any;
}

Properties

Properties

desc: string
key: string
translation: any