i18n-completeness

Community

Ensure i18n keys are complete and clean

Authorsakataka
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Comprehensive i18n analysis tool for the Tetris project supporting 3 languages (English, Japanese, Chinese Simplified). It detects missing keys, hardcoded strings, dynamic key patterns, and unused keys to ensure robust localization.

Core Features & Use Cases

  • Missing Keys (Critical): Keys used in code but not present in translation files
  • Hardcoded Strings (i18n Compliance): Strings not using t() must be translated
  • Dynamic Key Patterns: Validates patterns like t(game.${type}) exist
  • Unused Keys: Finds and removes keys not used in code

Quick Start

Run the i18n consistency check with bun run check:i18n

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: i18n-completeness
Download link: https://github.com/sakataka/tetris-game2/archive/main.zip#i18n-completeness

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