actions-marketplace-validations/Android Translations
A GitHub action to find missing and potentially outdated translations for existing locales in Android projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectDir | Android Project's root directory | no | . |
| outdatedLocales | If true, also find potentially outdated translations | no | true |
| outputFormat | Output format. Must be one of 'json' or 'markdown' | no | markdown |
| markdownTitle | Title for the Markdown content. Only used if Markdown format is being used | no | Missing Translations |
Outputs
| name | description |
|---|---|
| report | Content with missing and/or outdated translations report for strings in requested format. |