Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.77 KB

File metadata and controls

21 lines (16 loc) · 1.77 KB

# LocaleUpdateParameters

Properties

Name Type Description Notes
branch string specify the branch to use [optional]
name string Locale name [optional]
code string Locale ISO code [optional]
default bool Indicates whether locale is the default locale. If set to true, the previous default locale the project is no longer the default locale. [optional]
main bool Indicates whether locale is a main locale. Main locales are part of the Verification System feature. [optional]
rtl bool Indicates whether locale is a RTL (Right-to-Left) locale. [optional]
source_locale_id string Source locale. Can be the name or id of the locale. Preferred is id. [optional]
fallback_locale_id string Fallback locale for empty translations. Can be a locale name or id. [optional]
unverify_new_translations bool Indicates that new translations for this locale should be marked as unverified. Part of the Advanced Workflows feature. [optional]
unverify_updated_translations bool Indicates that updated translations for this locale should be marked as unverified. Part of the Advanced Workflows feature. [optional]
autotranslate bool If set, translations for this locale will be fetched automatically, right after creation. [optional]

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