copyI18n
Extract and manage multilingual texts from specified directories using automated translation APIs, ensuring consistent localization across projects with MCP-Serve’s translation service.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
rootPath | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"rootPath": {
"type": "string"
}
},
"required": [
"rootPath"
],
"type": "object"
}