Categories
Requires Crowdin account
A routing layer between Crowdin and your AI provider that dynamically selects prompts based on target language. Configure prompt-to-language mappings once, and all projects workflows will automatically use the right prompts.
Instead of applying a single "one-size-fits-all" prompt to your entire project, Prompt Routing automatically ensures that each target language receives its specific stylistic nuances and each file format follows its unique structural requirements.
Prompt Routing doesn't perform translations itself. You need at least one AI provider configured in your Crowdin organization.
Use flexible glob patterns to target specific platforms and file types:
**/*strings.xml - targets all XML resource files in any directory.**/*.strings - matches all localized string files for iOS/macOS.**/*.json - routes all JSON data or localization files.**/*.html - ensures specific instructions for HTML structure and tags.docs/**/*.md - applies a specific prompt to all Markdown files within the docs folder.**/*.{json,yaml,yml} - targets various configuration formats in one rule.The app supports advanced matching features:
* (any character), ** (any directory).@(a|b) (matches exactly one), !(a|b) (matches anything except).{a,b} for multiple options, {1..5} for numeric ranges/diapasons (e.g., v{1..3}/*.json).Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Mar 23, 2026
Updated on Mar 23, 2026
Published by Crowdin
Identifier:prompt-routing
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.