What problem does it solve?
This Skill verifies that a language switcher actually changes the visible interface and helps catch untranslated keys that leak through after localization changes.
Core Features & Use Cases
- Language-switch validation: Confirms that switching locales produces a real UI text change instead of a no-op.
- Untranslated key detection: Scans the page after a locale change for visible translation keys or template placeholders that should have been rendered.
- Self-skipping behavior: Automatically returns no findings when a page has no language switcher, so it stays low-noise across mixed applications.
- Use case: A multilingual product ships with an English/Spanish toggle, and this Skill can quickly reveal whether the switch updates labels, navigation, and content or leaves key strings exposed.
Quick Start
Run the qa-test-i18n skill on the current page to switch languages, compare visible text before and after, and report any untranslated strings.