Claude Skill

translation-localization

Translate and localize between French, English, and Arabic - adapting idioms, register, formats, and cultural context, not just words. Use for any cross-language content.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download navinspire-ia-navin-navin_skills_translation-localization-e9c73a3.zip · 1 KB
Part of navinspire-ia/navin — 182 skills

Install

skills CLI npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/translation-localization
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git git clone https://github.com/Navinspire-ia/navin.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Translation & Localization

Overview

Translate meaning and intent, not words. Localize formats, examples, and register for the target culture.

Localization checklist

Element Adapt
Register FR vouvoiement, AR honorifics, EN directness
Dates/numbers 21/07/2026 vs July 21, 2026; decimal comma vs point
Currency DZD / EUR / SAR / USD with context
Idioms equivalent expression, never literal
Examples/references local companies, laws, institutions
Legal terms jurisdiction-correct equivalents (flag, don't guess)
Layout Arabic RTL implications for docs/UI

Variants awareness

  • French: France vs Algeria/Maghreb business usage
  • Arabic: MSA (فصحى) for documents; note when Gulf vs Maghreb dialect matters for marketing
  • English: US vs UK spelling, pick one and hold it

Workflow

  1. Clarify: target audience, variant, purpose (legal? marketing? technical?), glossary/brand terms that stay untranslated.
  2. Translate in full passes (not sentence-by-sentence) to keep flow.
  3. Localize formats and examples per the checklist.
  4. Back-check: re-read the target text alone - does it read as native?
  5. For documents: preserve formatting via docx-generator round-trip; for the WebUI/i18n files, follow the project's key structure.

Rules

  • Proper nouns, product names, and quoted legal text stay as-is unless instructed.
  • Uncertain legal/technical terms get flagged with the original in parentheses.
  • Marketing copy is transcreated (rewritten for effect), not translated literally.
Files (navin)
  • SKILL.md 1.8 KB
    ---
    name: translation-localization
    description: Translate and localize between French, English, and Arabic - adapting idioms, register, formats, and cultural context, not just words. Use for any cross-language content.
    metadata: {"navin":{"emoji":"🌐","category":"writing"}}
    ---
    
    # Translation & Localization
    
    ## Overview
    
    Translate meaning and intent, not words. Localize formats, examples, and register for the target culture.
    
    ## Localization checklist
    
    | Element | Adapt |
    |---------|-------|
    | Register | FR vouvoiement, AR honorifics, EN directness |
    | Dates/numbers | 21/07/2026 vs July 21, 2026; decimal comma vs point |
    | Currency | DZD / EUR / SAR / USD with context |
    | Idioms | equivalent expression, never literal |
    | Examples/references | local companies, laws, institutions |
    | Legal terms | jurisdiction-correct equivalents (flag, don't guess) |
    | Layout | Arabic RTL implications for docs/UI |
    
    ## Variants awareness
    
    - French: France vs Algeria/Maghreb business usage
    - Arabic: MSA (فصحى) for documents; note when Gulf vs Maghreb dialect matters for marketing
    - English: US vs UK spelling, pick one and hold it
    
    ## Workflow
    
    1. Clarify: target audience, variant, purpose (legal? marketing? technical?), glossary/brand terms that stay untranslated.
    2. Translate in full passes (not sentence-by-sentence) to keep flow.
    3. Localize formats and examples per the checklist.
    4. Back-check: re-read the target text alone - does it read as native?
    5. For documents: preserve formatting via `docx-generator` round-trip; for the WebUI/i18n files, follow the project's key structure.
    
    ## Rules
    
    - Proper nouns, product names, and quoted legal text stay as-is unless instructed.
    - Uncertain legal/technical terms get flagged with the original in parentheses.
    - Marketing copy is transcreated (rewritten for effect), not translated literally.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related