SimpleLocalize MCP Server

update_translations

Update multiple translations in bulk by specifying key, language, and text in a single request. Optional namespace inclusion supports organized localization workflows.

Instructions

Update translations in bulk with a single request.

This endpoint allows you to update multiple translations at once. You can update up to 100 translations in a single request. Each translation must specify the key, language, and text. Namespace is optional.

Args: translations: List of dictionaries containing translation information with fields: - key (required): Translation key - language (required): Language code - text (required): Translation text (max 65535 chars) - namespace (optional): Namespace for the key

Input Schema

NameRequiredDescriptionDefault
translationsYes

Input Schema (JSON Schema)

{ "properties": { "translations": { "items": { "type": "object" }, "title": "Translations", "type": "array" } }, "required": [ "translations" ], "title": "update_translationsArguments", "type": "object" }

You must be authenticated.

Other Tools from SimpleLocalize MCP Server

Related Tools

ID: 22x90bsxj3