idiomatic-translate

Solid

Translate 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

View on GitHub

Quality Score: 83/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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