export_translations
Export translations from a Tolgee project. Supports JSON, XLIFF, PO, and other formats with optional language and namespace filters.
Instructions
Export translations from a Tolgee project.
Args:
project_id: The numeric ID of the project.
format: Export format. Supported: "JSON" (default), "XLIFF", "PO", "APPLE_STRINGS_STRINGSDICT", "ANDROID_XML", "FLUTTER_ARB", "PROPERTIES", "YAML_RUBY".
languages: Optional list of language tags to export (e.g., ["en", "fr"]). Exports all languages if not specified.
filter_namespace: Optional namespace to filter exported keys.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| format | No | JSON | |
| languages | No | ||
| filter_namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |