$npx skillfedfor your agent

localization-testing

This skill systematically audits your application's internationalization layer to catch untranslated content and locale-specific gaps before deployment. It integrates with Claude Code to scan codebases for hardcoded strings and verify that all user-facing text has proper translation coverage across your supported languages.

localization-testing systematically audits your application's internationalization layer to identify untranslated content and locale-specific gaps before deployment. It integrates with Claude Code to scan codebases for hardcoded strings and verify that all user-facing text has proper translation coverage across your supported languages, catching strings that should have been externalized for translation but remain embedded in your code.

AI-generated summary based on this skill's SKILL.md

423 75 MITupdated by proffesor-for-testing

Decision gist · record as of 2026-07-24

localization-testing systematically audits your application's internationalization layer to identify untranslated content and locale-specific gaps before deployment. It integrates with Claude Code to scan codebases for hardcoded strings and verify that all user-facing text has proper translation coverage across your supported languages, catching strings that should have been externalized for translation but remain embedded in your code.

manual: git clone https://github.com/proffesor-for-testing/agentic-qe → cp -r agentic-qe/.claude/skills/localization-testing ~/.claude/skills/localization-testing
.claude/skills/localization-testing/SKILL.md · version 233973be

Use it when

  • localization-testing tests locale-specific formatting for dates, times, currencies.
  • Yes, localization-testing includes verification of RTL (right-to-left) language layouts and visual rendering for Arabic, Hebrew.

Verify before relying

Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

proffesor-for-testing/agentic-qe/localization-testing · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does localization-testing help validate translation coverage and detect missing or hardcoded strings?

localization-testing systematically audits your application's internationalization layer to identify untranslated content and locale-specific gaps before deployment. It integrates with Claude Code to scan codebases for hardcoded strings and verify that all user-facing text has proper translation coverage across your supported languages, catching strings that should have been externalized for translation but remain embedded in your code.

What locale-specific formatting does localization-testing validate across different languages?

localization-testing tests locale-specific formatting for dates, times, currencies, and numbers to ensure they display correctly according to regional conventions. This prevents formatting errors where, for example, a date formatted as MM/DD/YYYY in the US would appear incorrectly in regions expecting DD/MM/YYYY, or currency symbols and decimal separators appear in their proper locale-appropriate positions.

Can localization-testing verify RTL language layouts and visual rendering for Arabic, Hebrew, and similar languages?

Yes, localization-testing includes verification of RTL (right-to-left) language layouts and visual rendering for Arabic, Hebrew, and similar languages. It validates that UI elements, text flow, and component alignment properly adapt to RTL directionality, ensuring your application displays correctly without text overlap, reversed button placement, or other layout issues specific to right-to-left writing systems.

How does localization-testing ensure Unicode character support and proper encoding across all supported languages?

localization-testing assesses Unicode character support and proper encoding across all supported languages to prevent character display issues, mojibake (garbled text), or missing glyphs. It validates that your application correctly handles UTF-8 and other character encodings, ensuring that special characters, diacritics, and language-specific symbols render accurately regardless of the user's locale.

What role does localization-testing play in assessing cultural appropriateness for new market launches?

localization-testing evaluates the cultural appropriateness of content, icons, and colors for new market launches, helping you identify potential cultural mismatches or offensive imagery before deployment. This proactive assessment reduces the risk of market rejection or brand damage by catching culturally insensitive elements early in the localization process.

What are the best practices for international app testing that localization-testing supports?

localization-testing supports international app testing best practices by providing a comprehensive framework that covers translation validation, locale-specific formatting checks, RTL layout verification, Unicode encoding validation, and cultural appropriateness assessment. It enables systematic quality assurance across multiple languages and regions, helping teams catch localization defects early and maintain consistent user experience globally.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Localization & Internationalization Testing

Browser engine

Browser-driven locale checks (RTL layout diffs, language-switching flows, locale-specific screenshots) should go through the qe-browser fleet skill. Example:

```bash vibium go "$BASE_URL?lang=ar" # Arabic, RTL vibium wait load node .claude/skills/qe-browser/scripts/visual-diff.js --name homepage-ar-rtl vibium go "$BASE_URL?lang=ja" # Japanese, CJK text

(truncated - see the full file via the links below)

File tree — 4 files
.claude/skills/localization-testing/SKILL.md
.claude/skills/localization-testing/evals/localization-testing.yaml
.claude/skills/localization-testing/schemas/output.json
.claude/skills/localization-testing/scripts/validate-config.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Validate translation coverage and detect missing or hardcoded strings across multiple locales”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

qe-localization-testing
by proffesor-for-testing · proffesor-for-testing/agentic-qe

Validate internationalization and localization across your product with systematic testing of translation completeness, locale-specific date/time/currency formatting, right-to-left language layouts, and cultural appropriateness. Detect hardcoded strings, verify Unicode support, and ensure native speaker quality before launching into new markets or adding language support.

MITupdated Jul 2026
★ 423repo stars
internationalization
by miles990 · miles990/claude-software-skills

Master the distinction between internationalization (i18n) and localization (l10n) to build globally-ready applications. This skill covers architecture patterns for organizing translation files, naming conventions for translation keys, and implementation examples across React, Vue, and Next.js frameworks. You'll also learn to handle complex scenarios like pluralization, date/number/currency formatting using the Intl API, and support for right-to-left languages.

MITdocs in Chineseupdated Jan 2026
★ 19repo stars
internationalization
by rampstackco · rampstackco/claude-skills

Internationalization guides you through launching and maintaining a site across multiple languages and regions. It covers five interconnected layers: URL structure (subfolders, subdomains, ccTLDs), content organization patterns, hreflang implementation, translation workflow design, and locale-specific UX decisions like currency, date formats, and RTL layout.

MITupdated Jul 2026
★ 500repo stars
Laravel Internationalization And Translation
by noartem · noartem/skills

Master Laravel's built-in internationalization system to support multiple languages from the ground up. Learn to configure locales, structure translation files, use helpers in controllers and templates, and implement advanced features like translatable model attributes and route localization.

no license declared → metadata onlyupdated Jun 2026
★ 9repo stars
odoo-i18n
by ahmed-lakosha · ahmed-lakosha/odoo-plugins

Odoo i18n handles the full translation lifecycle for Odoo 14-19 modules: extracting translatable strings from Python, XML, and JavaScript into .pot templates and language-specific .po files, validating syntax and format specifiers, and managing RTL layouts for Arabic and other right-to-left languages. It includes tools for gap analysis, encoding checks, and deployment troubleshooting.

MITupdated Mar 2026
★ 71repo stars
qe-visual-accessibility
by proffesor-for-testing · proffesor-for-testing/agentic-qe

This skill enables automated visual regression detection and accessibility validation across different environments. It integrates with Claude Code to identify UI changes, layout shifts, and accessibility issues before they reach production, helping teams maintain consistent visual quality and compliance standards.

MITfor claude-codeupdated Jul 2026
★ 423repo stars

More skills security-visual-testing (MIT) · compatibility-testing (MIT) · localization-l10n (Apache-2.0) · localization (MIT) · internationalization-i18n (MIT) · i18n-localization (MIT) · i18n-date-patterns (MIT) · internationalization-i18n (Apache-2.0)

Tags
multi-language-supportglobal-market-testingtext-encoding-validationregional-formattingui-mirroringtranslation-coveragecross-locale-qacultural-compliance