idiomatic-translate
SolidTranslate strings idiomatically across multiple target languages using a project glossary, preserving tone, domain terminology, and format placeholders while flagging untranslatable content.
Code & Development 160 stars
27 forks Updated today NOASSERTION
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Skill: Idiomatic Translate (Multi-Language)
## Purpose
Translate copy from any source language to any target language with idiomatic fluency, cultural awareness, domain expertise, and consistent voice — language-agnostic pattern optimized for B2B SaaS platforms.
> **Usage context:** Bulk translation of UI copy, help text, error messages, and onboarding content. Automatically detects source language. Replaces mechanical translation with culturally-aware, tonally-consistent output in the target language.
---
## Input
```json
{
"source_string": "You pay $0.50 per direct link request",
"source_language": null, // null = auto-detect, or explicit: "en", "fr", "de", "es"
"target_language": "fr", // required: "en", "fr", "de", "es", "it", "pt", "nl", etc.
"context": {
"domain": "billing", // domain expertise context
"component": "PricingCard",
"tone": "transparent", // transparent, benevolent, precise, casual, formal, technical
"audience": "expert", // expert, prospect, admin, user
"key": "billing.directLink.perRequest"
},
"glossary": {
"direct link": "lien direct", // source term : target term (or multi-lang)
"request": "demande",
"lead": "prospect",
"milestone": "jalon"
// Can also use language-keyed format:
// "direct link": { "fr": "lien direct", "de": "direkter Link", "es": "enlace directo" }
},
"reg...
Details
- Author
- Fr-e-d
- Repository
- Fr-e-d/GAAI-framework
- Created
- 7 months ago
- Last Updated
- today
- Language
- Shell
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
oma-translation
Context-aware translation and localization for UI strings, documentation, marketing copy, and prose. Preserves meaning, register, terminology, placeholders, structure, and natural target-language phrasing.
1,283 Updated today
first-fluke AI & Automation Listed
translation
Translate content between languages while preserving tone, meaning, and intent
0 Updated 2 days ago
singleton-sd AI & Automation Featured
translate
Document translation: quick/normal/refined modes with chunked parallel subagents and glossary support.
419 Updated 2 days ago
notque