We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in order to support the move away from having translations checked into repos (see OEP-58), we will need to update the deployment processes
while it would be possible to manually add sparse checkouts to each deployment flow, it makes more sense to utilize atlas
ways MFEs are deployed
atlas pull
npm run build
possible paths forward:
copying i18n data
i18n-merge.js
The text was updated successfully, but these errors were encountered:
brian-smith-tcril
No branches or pull requests
in order to support the move away from having translations checked into repos (see OEP-58), we will need to update the deployment processes
while it would be possible to manually add sparse checkouts to each deployment flow, it makes more sense to utilize atlas
Relevant info/questions
ways MFEs are deployed
atlas pull
replace existing translation files? should we continue to use https://github.com/overhangio/tutor-mfe/blob/master/tutormfe/templates/mfe/build/mfe/i18n/i18n-merge.js ?npm run build
is run in the dockerfile https://github.com/overhangio/tutor-mfe/blob/9b1b08f2d9e9dfa0faec54dddd9443930ca56b12/tutormfe/templates/mfe/build/mfe/Dockerfile#L90possible paths forward:
npm run build
would cause problems with the existing custom translations merge logiccopying i18n data
stepi18n-merge.js
logic still works as intendedThe text was updated successfully, but these errors were encountered: