Skip to main content
Glama

POEditor MCP Server

by ryan-shaw

update_translations

Update or overwrite translations for a specific language in POEditor projects. Provide term translations with optional context, plural forms, and fuzzy matching to maintain translation accuracy.

Instructions

Update/overwrite translations for a language. Important: if a term was created with a context, you must provide the same context value to match that term.

Input Schema

NameRequiredDescriptionDefault
itemsYes
languageYes
project_idNo

Input Schema (JSON Schema)

{ "properties": { "items": { "items": { "additionalProperties": false, "properties": { "content": { "default": "", "type": "string" }, "context": { "type": "string" }, "fuzzy": { "type": "boolean" }, "plural": { "additionalProperties": false, "properties": { "few": { "type": "string" }, "many": { "type": "string" }, "one": { "type": "string" }, "other": { "type": "string" } }, "type": "object" }, "term": { "minLength": 1, "type": "string" } }, "required": [ "term" ], "type": "object" }, "minItems": 1, "type": "array" }, "language": { "minLength": 2, "type": "string" }, "project_id": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "language", "items" ], "type": "object" }

Other Tools from POEditor 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/ryan-shaw/poeditor-mcp'

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