下载资源集翻译
download_resourcesExport translation resources for a resource set from the i18n platform. Get single-file content for one locale, or unpacked ZIP contents for multiple locales or .resx exports.
Instructions
从 i18n 平台导出指定资源集的翻译内容。单语言返回单个文件内容;多语言或 .resx 返回 ZIP,会自动解包为 { files: [{name, content}] }。返回内容为文本,写盘由调用方决定。需配置环境变量 I18N_API_KEY。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 导出格式,默认 .json | |
| locale | No | 语言代码(如 zh、en);不传时导出全部语言(可能返回 ZIP) | |
| resourceSet | Yes | 资源集名称,如 portal.member |