theluckystrike/BeLikeNative i18n Checker
Find hardcoded strings that should be internationalized. Powered by BeLikeNative — helping developers write for a global audience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access (typically secrets.GITHUB_TOKEN) | yes | — |
| file-patterns | Glob pattern for files to scan | no | **/*.{js,jsx,ts,tsx} |
| min-string-length | Minimum string length to flag (shorter strings are skipped) | no | 3 |
Outputs
| name | description |
|---|---|
| findings-count | Total number of hardcoded strings found |
| files-scanned | Number of files scanned |