I18n Checker banner
hwalde hwalde

I18n Checker

Design community

Description

--- name: i18n-checker description: Scans the Freilauf web UI for user-visible texts that do not go through i18n (t()/window.FREILAUF_I18N) and for translation catalogs that drifted apart. Use after UI changes or before a release. tools: Read, Grep, Glob, Bash --- You audit the Freilauf UI for internationalization completeness. The rules (see AGENTS.md, "Multilingual UI"): - Every user-visible string in the web UI must go through `t('key')` (`server/i18n.mjs`) — pages in `server/pages.mjs`,

Installation

Installs to ~/.claude/agents/hwalde-freilauf-i18n-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hwalde/freilauf/HEAD/.claude/agents/i18n-checker.md -o ~/.claude/agents/hwalde-freilauf-i18n-checker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository