i18n for Zed
io.github.rog0x/i18n
Locale detect, translations, plurals for AI agents
client:Zed
transport:stdio
runtime:npm
Install i18n in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"i18n": {
"command": "npx",
"args": [
"-y",
"@rog0x/mcp-i18n-tools"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs