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
Locale ISO code. Unlike `name`, `code` is not required to be unique per project - creating a locale whose `code` duplicates an existing locale's `code` in the same project will succeed rather than error, resulting in two locales that share the same code.
default
Boolean
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
Boolean
Indicates whether locale is a main locale. Main locales are part of the Verification System feature.
[optional]
rtl
Boolean
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
Boolean
Indicates that new translations for this locale should be marked as unverified. Part of the Advanced Workflows feature.
[optional]
unverify_updated_translations
Boolean
Indicates that updated translations for this locale should be marked as unverified. Part of the Advanced Workflows feature.
[optional]
unverify_on_source_changes
Boolean
Indicates that translations for this locale should be marked as unverified when the source language has been changed.
[optional]
autotranslate
Boolean
If set, translations for this locale will be fetched automatically, right after creation.
[optional]
language_ai_profile
String
Identifier of the Language AI profile to use for this locale.