zfurkandurum/i18n-fixer
Detect missing keys, unused keys, hardcoded strings, and other i18n issues in your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| preset | Framework preset name (e.g. react-i18next, flutter, android-kotlin). Auto-detected if omitted. | no | — |
| format | Output format: console, json, or prompt | no | console |
| path | Directory to scan (defaults to repository root) | no | . |
| no-hardcoded | Skip hardcoded string detection | no | false |
| no-missing | Skip missing key detection | no | false |
| no-unused | Skip unused key detection | no | false |
| args | Additional CLI arguments passed verbatim to i18n-fixer | no | "" |
Outputs
no outputs