You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1".
[optional]
include_unverified_translations
Boolean
if set to false unverified translations are excluded
[optional]
use_last_reviewed_version
Boolean
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.
[optional]
locale_ids
Array<String>
Locale IDs or locale names
[optional]
fallback_locale_id
String
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 <code>true</code>.
[optional]
source_locale_id
String
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 <code>tag</code> parameter indicating a specific job.
[optional]
custom_metadata_filters
Object
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.