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 155 stars
28 forks Updated today NOASSERTION
Install
Quality Score: 83/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
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
translate
Document translation: quick/normal/refined modes with chunked parallel subagents and glossary support.
412 Updated 3 days ago
notque Data & Documents Featured
oma-translator
Context-aware translation that preserves tone, style, and natural word order. Use when translating UI strings, documentation, marketing copy, or any multilingual content. Infers register, domain, and style from the source text and surrounding codebase context.
1,195 Updated today
first-fluke AI & Automation Solid
cf-translate
Translate content into 15+ languages preserving brand voice, citations, and SEO. Three localization levels.
17 Updated today
indranilbanerjee