This tool offers both a CLI and an MCP server to manage Apple's xcstrings (String Catalog) files efficiently. It addresses the challenge of large localization files by providing targeted operations, preventing the need to load entire files. This token-efficient approach is particularly beneficial when integrating with AI assistants like Claude Code, allowing them to query, add, update, and delete translations without exhausting context windows or token budgets. It supports quick statistics, incremental updates, and precise data retrieval, making localization workflows smoother and more cost-effective.
Características Principales
01CLI for direct command-line interaction
02MCP server integration for AI assistant workflows
0313 GitHub stars
04Token-efficient CRUD operations on xcstrings files
05Batch operations for multiple keys and files
06Comprehensive statistics on translation coverage and progress
Casos de Uso
01Quickly checking translation coverage and progress for specific languages
02Managing large xcstrings files without loading their full content
03Integrating AI assistants for localization tasks with minimal token consumption
04Automating localization workflows in CI/CD pipelines