A
licenseC
qualityD
maintenanceEnables AI assistants to manage i18next translation files, including adding keys, syncing missing translations, and analyzing coverage.
14
12 npm
12
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools, find_translation and refresh_translations, serve distinct purposes with no overlap. One is for querying translations, the other for maintenance.
Both tools follow a consistent verb_noun pattern (find_translation, refresh_translations), making them predictable and easy to understand.
With only 2 tools, the server feels under-scoped for a typical translation management system. While acceptable for a minimal server, it lacks breadth.
The server provides only find and refresh capabilities, missing essential operations like add, update, or delete translations. This leaves significant gaps for common use cases.