lokalise_update_language
Modify language settings in a Lokalise project to fix configurations, customize names, or adjust plural rules for translation handling.
Instructions
Modifies language settings within a project. Required: projectId, languageId, languageData object. Optional in data: lang_iso, lang_name, plural_forms. Use to fix incorrect configurations, customize language names, or adjust plural rules. Returns: Updated language settings. Changes affect how translations are handled.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID containing the language | |
| languageId | Yes | Language ID to update | |
| languageData | Yes | Language data to update |