GonMCPtool

localizationFindLongValues

Identify translation entries exceeding a specific character count in localization files to ensure optimal formatting and readability.

Instructions

查找超過特定字數的翻譯項目

Input Schema

NameRequiredDescriptionDefault
filePathYes
languageNo
limitNo
thresholdYes

Input Schema (JSON Schema)

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