-
Notifications
You must be signed in to change notification settings - Fork 0
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
MFE localization issues #16
Comments
Please track progress in the following PRs: |
The communications MFE will be ready for Quince, but not frontend-lib-content-components. |
@arbrandes what was the problem with |
@OmarIthawi, this is the issue: openedx/frontend-app-authoring#1237. I'm not aware of any changes that were made in response. Have you tested it recently? |
I've commented on the openedx/frontend-app-authoring#1237 with suggested fixes for the MFE itself. However, I realize that The problem is that we have many small repositories that needs to be pulled:
Therefore, for example, the communications pull command should become:
We currently pull only three of the list above. We can loop over the MFEs and add the rest of the list.
This needs a script in the openedx-translations extract-translation-source-files.yml workflow. Which reduces the communications MFE pull command to the following:
Notice I'm keeping the header and footer as separate because they're likely to be replaced by the different operators. What do you think @brian-smith-tcril @arbrandes? |
I don't think it being verbose is necessarily a problem. It's very clear what is being pulled, and it ensures we're only pulling exactly what is needed for any given MFE. The only part that feels a little odd is |
We may be able to skip |
I'll add those lines communications MFE to test and then we'll apply for others.
|
The text was updated successfully, but these errors were encountered: