-
Notifications
You must be signed in to change notification settings - Fork 3
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
Discovery: What is the process to get a new language supported on an MFE? #479
Comments
document current process:
automate extract process
|
adding a new languageusing https://github.com/openedx/frontend-app-library-authoring as an example: update https://github.com/openedx/frontend-app-library-authoring/blob/88a4502b12269bbb4cb548eb6ce9bb840ba6b975/Makefile#L2 to have the new lang ??? do something in transifex ??? extract translation files
get source strings into transifexinstall transifex cli https://developers.transifex.com/docs/cli ??? do something with
get translations back into repo
how much of this is automated?not sure yet |
based on the commit message on openedx/openedx-translations@33b6cd2 going forward we'll want to use https://github.com/openedx/openedx-translations/blob/main/transifex.yml instead of the transifex cli |
looks like pulling down updated translations is automated (see openedx/frontend-app-account#655), i'm not sure where this is being run from or where the code for it lives, my assumption is it's just running |
Going to finally give this a proper review this sprint. Apologies for the delay, @brian-smith-tcril! |
Atlas migration is in full swing, so we can close this! |
Put simply, find out how add a language (say, Esperanto) to MFEs. This includes:
Document this via openedx/docs.openedx.org#154
The text was updated successfully, but these errors were encountered: