|
8833 | 8833 | } |
8834 | 8834 | }, |
8835 | 8835 | { |
8836 | | - "description": "If a key has no translation in the locale being downloaded the translation in the fallback locale will be used. Provide the ID of the locale that should be used as the fallback. Requires include_empty_translations to be set to `true`.", |
8837 | | - "example": null, |
8838 | 8836 | "name": "fallback_locale_id", |
| 8837 | + "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nProvide the ID of the locale that should be used as the fallback.\nRequires `include_empty_translations` to be set to `true`. Mutually exclusive with `use_locale_fallback`.\n", |
8839 | 8838 | "in": "query", |
8840 | 8839 | "schema": { |
8841 | 8840 | "type": "string" |
8842 | | - } |
| 8841 | + }, |
| 8842 | + "example": null |
8843 | 8843 | }, |
8844 | 8844 | { |
8845 | | - "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nFallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id).\nRequires `include_empty_translations` to be set to `true`.\n", |
8846 | 8845 | "name": "use_locale_fallback", |
| 8846 | + "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nFallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id).\nRequires `include_empty_translations` to be set to `true`. Mutually exclusive with `fallback_locale_id`.\n", |
8847 | 8847 | "in": "query", |
8848 | 8848 | "schema": { |
8849 | 8849 | "type": "boolean" |
8850 | | - } |
| 8850 | + }, |
| 8851 | + "example": true |
8851 | 8852 | }, |
8852 | 8853 | { |
8853 | 8854 | "description": "Provides the source language of a corresponding job as the source language of the generated locale file. This parameter will be ignored unless used in combination with a `tag` parameter indicating a specific job.", |
|
9061 | 9062 | ] |
9062 | 9063 | }, |
9063 | 9064 | "fallback_locale_id": { |
9064 | | - "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nProvide the ID of the locale that should be used as the fallback.\nRequires `include_empty_translations` to be set to `true`.\n", |
| 9065 | + "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nProvide the ID of the locale that should be used as the fallback.\nRequires `include_empty_translations` to be set to `true`. Mutually exclusive with `use_locale_fallback`.\n", |
9065 | 9066 | "type": "string", |
9066 | 9067 | "example": "abcd1234abcd1234abcd1234abcd1234" |
9067 | 9068 | }, |
9068 | 9069 | "use_locale_fallback": { |
9069 | | - "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nFallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id).\nRequires `include_empty_translations` to be set to `true`.\n", |
| 9070 | + "description": "If a key has no translation in the locale being downloaded, the translation in the fallback locale will be used.\nFallback locale is defined in [locale's settings](/en/api/strings/locales/update-a-locale#body-fallback-locale-id).\nRequires `include_empty_translations` to be set to `true`. Mutually exclusive with `fallback_locale_id`.\n", |
9070 | 9071 | "type": "boolean", |
9071 | 9072 | "example": false |
9072 | 9073 | }, |
|
0 commit comments