Automatically import updated translations from translation.io #3377
Labels
github_actions
Pull requests that update GitHub Actions code
good first issue
Good for newcomers
improvement
Refactors and behind-the-scenes improvements
Translations on translation.io get updated pretty quick, our community are awesome, but often I forget to run the import and commit. It would be good to do this automatically, perhaps nightly, in a github action. The action should:
rake translation:sync
to download from translation.ioi18n-tasks normalize -p
to process the downloaded files into the right placesIn an ideal world, the author of the changes would get a co-authored-by credit on the commit for their language. Currently I do this manually, I'm not sure there's a way to see who did what automatically from translation.io - perhaps crediting ALL appropriate translators on the commit for a language would be better than nothing? That could be a list hardcoded in the action, perhaps.
The text was updated successfully, but these errors were encountered: