manage_ui5_i18n
manage_ui5_i18nExtract UI literals, detect missing or unused i18n keys, and apply fixes with safe preview options for SAPUI5 applications.
Instructions
Extract UI literals, detect missing/unused i18n keys, and optionally apply fixes with safe preview/apply patch flow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceDir | No | ||
| i18nPath | No | ||
| mode | No | ||
| dryRun | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| keyPrefix | No | ||
| maxFiles | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| dryRun | Yes | ||
| changed | Yes | ||
| summary | Yes | ||
| i18nPath | Yes | ||
| previews | Yes | ||
| sourceDir | Yes | ||
| unusedKeys | Yes | ||
| applyResult | Yes | ||
| fileReports | Yes | ||
| missingKeys | Yes |