| Name | Type | Description | Notes |
|---|---|---|---|
| Branch | string | specify the branch to use | [optional] |
| Name | string | Locale name | |
| Code | string | Locale ISO code | |
| 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] |
| SourceLocaleId | string | Source locale. Can be the name or id of the locale. Preferred is id. | [optional] |
| FallbackLocaleId | string | Fallback locale for empty translations. Can be a locale name or id. | [optional] |
| UnverifyNewTranslations | bool | Indicates that new translations for this locale should be marked as unverified. Part of the Advanced Workflows feature. | [optional] |
| UnverifyUpdatedTranslations | 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] |