msnyder-msft/i18n-auto-translation-action
GitHub action to translate the given files to the given languages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | API provider to use | yes | — |
| subscriptionKey | The API key for the provider | yes | "" |
| location | Your region. Used only by official Azure API | — | global |
| filePath | Path to a single JSON file. Either filePath or dirPath is required | — | / |
| dirPath | Path to a directory in which you will recursively find all JSON files named [from].json (e.g. en.json). Either filePath or dirPath is required | — | / |
| from | From which language you want to translate. Ex: en | yes | en |
| to | CSV list of the languages to which you want to translate. Example: de,es,fr | yes | / |
| debug | Prints out additional debug info. NOTE: will include all of the parameters passed in including the subscription key | — | false |
Outputs
no outputs