Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.74 KB

File metadata and controls

20 lines (16 loc) · 1.74 KB

LocaleUpdateParameters

Properties

Name Type Description Notes
branch str specify the branch to use [optional]
name str Locale name [optional]
code str 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 str Source locale. Can be the name or id of the locale. Preferred is id. [optional]
fallback_locale_id str 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]