-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Static Content Deploy - Sort JS Translations to have them in the same order on every build #24828
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
Static Content Deploy - Sort JS Translations to have them in the same order on every build #24828
Conversation
… order on every build We've faced an issue on BitBucket Pipelines: every build had own unique order of JS translations. We couldn't see the real diff between builds because of it. Simple alphabetical sorting of translations resolves this issue.
Hi @andrey-legayev. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@andrey-legayev unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
Hi @ihor-sviziev, thank you for the review. |
Similar related issue here: #23324 (comment) |
✔️ QA Passed |
…m in the same order on every build #24828
Hi @andrey-legayev, thank you for your contribution! |
Description (*)
We've faced an issue on BitBucket Pipelines: every build had own unique order of JS translations.
We couldn't see the real diff between builds because of it.
Simple alphabetical sorting of translations resolves this issue.
Fixed Issues (if relevant)
Manual testing scenarios (*)
N/A
Questions or comments
Contribution checklist (*)