Skip to content

Latest commit

History

History
18 lines (14 loc) · 1.44 KB

File metadata and controls

18 lines (14 loc) · 1.44 KB

DistributionCreateParameters

Properties

NameTypeDescriptionNotes
namestrName of the distribution
project_idstrProject id the distribution should be assigned to.
platformsList[str]List of platforms the distribution should support. Valid values are: * `android` * `ios` * `flutter` * `i18next` * `rails`[optional]
locale_idsList[str]List of locale ids that will be part of distribution releases[optional]
format_optionsDict[str, str]Additional formatting and render options. Only `enclose_in_cdata` is available for platform `android`.[optional]
fallback_locales_enabledboolUse fallback locale if there is no translation in the current locale.[optional]
fallback_to_non_regional_localeboolIndicates whether to fallback to non regional locale when locale can not be found[optional]
fallback_to_default_localeboolIndicates whether to fallback to projects default locale when locale can not be found[optional]
use_last_reviewed_versionboolUse last reviewed instead of latest translation in a project[optional]

[Back to Model list][Back to API list][Back to README]