redlime/MC Language File Helper
Update lang files automatically for minecraft lang files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base-path | language files base path | yes | — |
| lang-files-path | The directory where language files expect editable language files are created/loaded. Based on `base-path`. | no | ./ |
| editable-files-path | The directory where editable language files are created/loaded. Based on `base-path`. | no | ./editable |
| end-with | A filename suffix string to identify a language files in the `base-path` directory. | no | .json |
| editable-suffix | To be inserted before value of `end-with` in the filename to identify the editable language file. | no | .editable |
| backup-suffix | To be inserted before value of `end-with` in the filename to identify the backup language file. | no | .prev |
| default-language | A filename without `end-with` or `*-suffix` to identify the base language file. | no | en_us |
Outputs
no outputs