GonMCPtool

localizationSearch

Find specific text in translation items by specifying file path and search criteria, streamlining localization tasks within projects on the GonMCPtool server.

Instructions

搜尋包含特定文字的翻譯項目

Input Schema

NameRequiredDescriptionDefault
filePathYes
languageNo
limitNo
searchTextYes

Input Schema (JSON Schema)

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