export_translations
Export translations from your project to downloadable file URLs. Choose format, languages, tags, or sorting options to get the localization files you need.
Instructions
This tool will export translations from your SimpleLocalize project to downloadable file(s).
Optionally provide 'downloadFormat' (e.g. csv-translations, multi-language-json, po-pot, etc.), 'downloadOptions', 'languageKeys', 'tags', 'languageOrder', 'customerId', and 'sort'.
Returns a list of downloadable file URLs; it does not download the file content itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order for translation keys in the exported file(s) (optional). | |
| tags | No | Limit export to translation keys with given tags (optional). | |
| customerId | No | Export customer-specific translations for the given customer ID (optional). | |
| languageKeys | No | Limit export to given language keys (optional). | |
| languageOrder | No | Order of languages in the exported file(s) (optional). | |
| downloadFormat | No | Format of the exported file(s) (optional). | |
| downloadOptions | No | Export options (optional). |