Create organization translation file
This endpoint creates a new organization translation file for the specified locale, containing the translation key-value pairs, if provided. You can also use this endpoint to create custom translations for a locale.
Entering common phrases and their translations used in workbooks across your organization ensures consistent translations for all users.
### Usage Notes
- Retrieve the supported locale identifiers to use for **lng** from [Supported languages and locales](/docs/manage-workbook-localization#supported-languages-and-locales).
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
lng
The locale identifier corresponding to the language of the translation.
lng_variant
The name of the custom translation variant, if applicable
translations
A JSON object with phrases as keys and their translations as values
Response
The response body.

