Download a locale
Download a locale in a specific file format.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Last modified condition, see Conditional GET requests / HTTP Caching (optional)
ETag condition, see Conditional GET requests / HTTP Caching (optional)
Query Parameters
specify the branch to use
File format name. See the format guide for all supported file formats.
Limit results to keys tagged with a list of comma separated tag names.
Limit download to tagged keys. This parameter is deprecated. Please use the "tags" parameter instead
Indicates whether keys without translations should be included in the output as well.
Indicates whether zero forms should be included when empty in pluralized keys.
Include translated keys in the locale file. Use in combination with include_empty_translations to obtain only untranslated keys.
Indicates whether [NOTRANSLATE] tags should be kept.
This option is obsolete. Projects that were created on or after Nov 29th 2019 or that did not contain emoji by then will not require this flag any longer since emoji are now supported natively.
Additional formatting and render options. See the format guide for a list of options available for each format. Specify format options like this: ...&format_options[foo]=bar
Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1".
Indicates whether the locale file should skip all unverified translations. This parameter is deprecated and should be replaced with include_unverified_translations
.
if set to false unverified translations are excluded
If set to true the last reviewed version of a translation is used. This is only available if the review workflow is enabled for the project.
If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to true
.
Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a tag
parameter indicating a specific job.
Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
Locale IDs or locale names
Only include translations and keys that have been updated since the given date. The date must be in ISO 8601 format (e.g., 2023-01-01T00:00:00Z
).
Response
OK
The response is of type file
.