i18n tools
Find hardcoded strings, detect missing translation keys across locales.
@elyracode/i18n-tools scans your Blade, Vue, and React views for user‑facing strings that should be translated, and compares your locale files to surface keys that are missing in some languages.
Install
elyra install npm:@elyracode/i18n-tools
Tools
| Tool | Description |
|---|---|
find_hardcoded_strings |
Scan Blade/Vue/React files for user‑facing strings that need translation |
find_missing_translations |
Compare locales in lang/ to find missing translation keys |
Commands
| Command | Description |
|---|---|
/i18n |
Run full i18n analysis |
Examples
> Find hardcoded strings in my Blade views
> Check for missing translations between en and nb
> Scan the resources/ directory for untranslated text
/i18n