What problem does it solve? Translating content often breaks formatting, corrupts placeholders, or produces literal translations that ignore cultural context. This Skill ensures translations preserve markdown structure, code blocks, and variables while adapting tone, plurals, and idioms to the target locale. ## Core Features & Use Cases - Formatting Preservation: Keeps code blocks, HTML tags, markdown syntax, and placeholders like {name} or %s untouched during translation. - Locale-Aware Adaptation: Handles plural rules, grammatical gender, formality registers (tu/vous, du/Sie), date formats, and unit conversions per target language. - Cultural & Contextual Accuracy: Adapts idioms rather than translating literally, disambiguates terms by context, and maintains consistent terminology via glossaries. - Use Case: Translate a product's markdown documentation from English to German while keeping all code samples, API endpoints, and brand names intact, with formal "Sie" register and DD.MM.YYYY date formats. ## Quick Start Translate this markdown document into French, preserving all code blocks, placeholders, and formatting while using formal register.