validate_translation

Community

Quality-check translations before integrating them.

Authorericfitz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill validates a translated string against the original by ensuring placeholders are preserved, checking for empty translations, length ratios, and common encoding issues to prevent problematic localization updates.

Core Features & Use Cases

  • Placeholder preservation: Verifies that all original placeholders exist in the translation.
  • Blocking issues: Reports missing or extra placeholders and syntax changes as blocking problems.
  • Warnings: Flags potential quality concerns like identical-to-English translations or unusual length ratios.

Quick Start

original_text: "Hello {{name}}" translated_text: "Hola {{name}}" target_language_code: "es" Output: { valid: true, issues: [], warnings: [] }

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: validate_translation
Download link: https://github.com/ericfitz/tmi-ux/archive/main.zip#validate-translation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.