-
Notifications
You must be signed in to change notification settings - Fork 198
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
Implement a continuous localization process using Mojito #345
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ault branch. (avoids unexpected activation on forks)
patcon
commented
Jun 18, 2020
01c9534
to
9874352
Compare
9874352
to
b90e0f8
Compare
c2a4d3c
to
380a996
Compare
Changed workflows so that maintenance tasks (like adding a new translation project, or a new locale) can be done simply by modifying workflow files. Added docs to clarifying steps for doing these commons tasks. Resolved merge conflicts and ready to move forward with review and merge 🎉 |
#todo need to resolve merge conflicts |
patcon
commented
Aug 9, 2020
patcon
commented
Aug 11, 2020
2bbbea3
to
e68a180
Compare
Spun down translation server demo on request of team polis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
♿ accessibility
Re: inclusion, accessibility & localization.
👋🏽 community
⚒️ infrastructure
Re: automation, continuous integration.
🔩 p:client-participation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-ticketed from #320
Note: "repo" is also the term used by Mojito for a store of translated strings. I'll try to use the term "project" to distinguish it from a git repo.
Summary of changes
on: push
workflow to push new strings from defaulten.js
locale ondev
branch, pushing to the Mojito serverdemo
string in Mojito interface pushed fromen.js
changeon: schedule
workflow to regularly PULL newly translated strings from Mojito, and initiate a PR againstdev
if necessary (see Update translations patcon/polis#15, though slightly outdated)To Do
adding support for a new locale to mojito itself (beyond 154 currently supported locales)wontdo
polis-translations
Heroku apppatcon/polis-translations
repo to team polispolis
topolis:client-participation
polis:client-admin
translation projectMOJITO_CLI_PASSWORD
secret on upstream repo