GonMCPtool

localizationDelete

Remove specific key translations from localization files using filePath and key parameters in the GonMCPtool MCP server.

Instructions

刪除指定Key的翻譯項目

Input Schema

NameRequiredDescriptionDefault
filePathYes
keyYes

Input Schema (JSON Schema)

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