GonMCPtool

localizationUpdate

Update existing translation files by modifying specific keys and content, ensuring accurate localization for multiple languages in project workflows.

Instructions

更新現有翻譯項目的內容

Input Schema

NameRequiredDescriptionDefault
filePathYes
keyYes
updateDataYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "key": { "type": "string" }, "updateData": { "additionalProperties": true, "properties": { "en": { "type": "string" }, "zh-CN": { "type": "string" }, "zh-TW": { "type": "string" } }, "type": "object" } }, "required": [ "filePath", "key", "updateData" ], "type": "object" }
ID: 8xcb3w59pl