Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up a really good workflow for translations #86

Open
1 task
kimadactyl opened this issue May 17, 2021 · 3 comments
Open
1 task

Set up a really good workflow for translations #86

kimadactyl opened this issue May 17, 2021 · 3 comments

Comments

@kimadactyl
Copy link
Member

Overview

Right now importing translations is a bit of a mess.

Ideally once langauges are set up, we should just have to click a button to import them

Acceptance Criteria

  • One command (or a few) updates all langauges based on current state in POEditor
@wheresalice
Copy link
Contributor

Proposal:

  1. Configure POEditor to push the mo file as well as the po file
  2. Write a GitHub action to automatically raise PRs from the POEditor branch to the main branch
  3. (optionally) Use Mergify to automatically approve PRs from the POEditor branch if they pass CI

A POEditor admin then just needs to press the export to GitHub button, which would only be done when the language is complete and proof-read in POEditor.

Can we do something with webhooks in POEditor to send an announcement somewhere when languages reach 100% proof-read?

@kimadactyl
Copy link
Member Author

That all sounds great to me! Not sure we need automatic merges, feel like we should prob have some human in the middle at least while we get it rolling. The announcement sounds really helpful tho.

@wheresalice
Copy link
Contributor

I think you will need to do the configuration of POEditor to include the .mo file, I can probably pick up everything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants