i18n for VS Code
io.github.rog0x/i18n
Locale detect, translations, plurals for AI agents
client:VS Code
transport:stdio
runtime:npm
Install i18n in VS Code
.vscode/mcp.json
{
"servers": {
"i18n": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-i18n-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs