Connection check
local install
i1n
Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types.
Tools
9
GitHub stars
2
Installs / wk
187
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
i1n_add_language
from source
Add new languages to the project and optionally auto-translate existing keys Add new languages to the project and optionally auto-translate existing keys
i1n_check
from source
Validate local translation files offline: missing keys per language, broken interpolation placeholders, empty values, and coverage. Returns a JSON report. Safe for CI \u2014 no API… Validate local translation files offline: missing keys per language, broken interpolation placeholders, empty values, and coverage. Returns a JSON report. Safe for CI \u2014 no API calls.
i1n_extract_and_translate
from source
Accept extracted strings, push them to i1n, translate to all active languages, and pull updated types. Pass an array of {key, value, namespace?} objects. Accept extracted strings, push them to i1n, translate to all active languages, and pull updated types. Pass an array of {key, value, namespace?} objects.
i1n_pull
from source
Pull translations from i1n and generate TypeScript types Pull translations from i1n and generate TypeScript types
i1n_push
from source
Push local translation files to i1n (with diff detection, only changed keys are pushed) Push local translation files to i1n (with diff detection, only changed keys are pushed)
i1n_search
from source
Search existing translations by key name, namespace, or source value Search existing translations by key name, namespace, or source value
i1n_setup_bridge
from source
Detect any i18n library (i18next, vue-i18n, next-intl, react-intl, etc.) and configure i1n bridge mode in this project \u2014 end-to-end, with no terminal needed. Use when the user… Detect any i18n library (i18next, vue-i18n, next-intl, react-intl, etc.) and configure i1n bridge mode in this project \u2014 end-to-end, with no terminal needed. Use when the user asks to
i1n_status
from source
Get project status including plan, limits, languages, and configuration Get project status including plan, limits, languages, and configuration
i1n_translate
from source