One-click install
npx skills add https://github.com/Arbab1308/BrownlandBL-2 --skill i18n-localization-arbab1308
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: i18n-localization
Source: https://github.com/Arbab1308/BrownlandBL-2/tree/main/.agent/skills/i18n-localization
Command: npx skills add https://github.com/Arbab1308/BrownlandBL-2 --skill i18n-localization-arbab1308

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool helps identify and fix internationalization gaps by locating hardcoded strings and validating translation coverage across locales.

Core Features & Use Cases

  • Detect hardcoded strings across React, Vue, and Python projects.
  • Validate locale file structures and ensure translation keys are consistent across languages.
  • RTL support checks and guidance for proper layout and formatting.

Quick Start

Run the i18n checker against your project to locate hardcoded strings and verify locale completeness.

Frequently Asked Questions about i18n-localization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find hardcoded strings in my React or Vue project?

To find hardcoded strings in React or Vue, run an i18n localization checker that scans source files, detects untranslated text, and audits translation coverage gaps across your application.

How do I validate locale file structures and check for missing translation keys?

Validating locale file structures involves scanning your locale files to ensure translation keys are consistent across languages, reporting any missing or extra localization keys to guarantee locale completeness.

Can I check for RTL support and layout issues in my multilingual app?

Yes, you can check for RTL support by running a localization audit that evaluates right-to-left layout and formatting considerations, providing guidance for proper RTL implementation across multiple languages.

Does i18n localization work with Python projects?

Yes, i18n localization works with Python projects alongside React and Vue, detecting hardcoded strings and validating translation coverage by applying common i18n patterns and locale file structures.

What is the best way to audit translation completeness across multiple locales?

The best way to audit translation completeness is to run a code-issues audit that performs a dependency scan of locale files, enforcing i18n usage and reporting missing or extra localization keys across all languages.