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
String translationKeyPrefix ="prefix_"; // String | Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed.
315
315
Boolean filterByPrefix =true; // Boolean | Only download translation keys containing the specified prefix, and remove the prefix from the generated file.
316
316
Object customMetadataFilters =null; // Object | Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download.
System.err.println("Exception when calling LocalesApi#localeDownload");
@@ -356,6 +357,7 @@ Name | Type | Description | Notes
356
357
**translationKeyPrefix** | **String**| Download all translation keys, and remove the specified prefix where possible. Warning: this may create duplicate key names if other keys share the same name after the prefix is removed. | [optional]
357
358
**filterByPrefix** | **Boolean**| Only download translation keys containing the specified prefix, and remove the prefix from the generated file. | [optional]
358
359
**customMetadataFilters** | [**Object**](.md)| Custom metadata filters. Provide the name of the metadata field and the value to filter by. Only keys with matching metadata will be included in the download. | [optional]
360
+
**localeIds** | [**List<String>**](String.md)| Locale IDs or locale names | [optional]
0 commit comments