translation-management
Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines.
npx skills add a5c-ai/babysitter --skill translation-management --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Translation Management Skill Integration with translation management systems and i18n workflows. ## Capabilities - Crowdin API integration (upload, download, status) - Transifex API integration - Weblate integration - Translation memory management - Glossary synchronization - Pseudo-localization generation - String extraction from documentation - Locale file management (JSON, XLIFF, PO) ## Usage Invoke this skill when you need to: - Set up translation workflows - Sync content with TMS platforms - Manage translation memory - Generate pseudo-localizations - Extract translatable strings ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | platform | string | Yes | crowdin, transifex, weblate | | action | string | Yes | upload, download, status, sync-glossary | | sourcePath | string | No | Path to source content | | targetLocales | array | No | Target locales for translation | | projectId | string | No | Project identifier on platform | | apiKey | string | No | Platform API key (from env) | ### Input Example ```json { "platform": "crowdin", "action": "upload", "sourcePath": "./docs/en", "targetLocales": ["es", "fr", "de", "ja"], "pro
- Capabilities
- Usage
- Inputs
- Input Example
- Crowdin Integration
- crowdin.yml Configuration
- Crowdin CLI Commands
- Crowdin API Integration
- Transifex Integration
- .tx/config
- Transifex CLI
- Weblate Integration
- weblate.yml
- Weblate API
Install CLI npm install -g @crowdin/cli Upload sources crowdin upload sources Download translations crowdin download Check translation status crowdin status Pre-translate with TM crowdin pre-translate --method tm
What does the translation-management skill do?
Integration with translation management systems and i18n workflows. Connect with Crowdin, Transifex, Weblate, manage translation memory, synchronize glossaries, and automate localization pipelines.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill translation-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
