Skip to main content
Glama

SimpleLocalize MCP Server

by GalvinGao

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GalvinGao/mcp-simplelocalize'

If you have feedback or need assistance with the MCP directory API, please join our Discord server