-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento 2.4.1 translation issue on admin grids against different locales #31071
Comments
Hi @mobeen-sarwar. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. Please, add a comment to assign the issue:
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento give me 2.4-develop instance |
Hi @mobeen-sarwar. Thank you for your request. I'm working on Magento instance for you. |
Hi @engcom-Alfa I need your support and help here. Thank you! |
Hi @mobeen-sarwar, here is your Magento Instance: https://6a30a9a23463c2dae304b4c097ea9b27-2-4-develop.instances.magento-community.engineering |
@magento-deployment-service This Magento Instance did not have a language pack against different Interface locales. Thank you! |
Hi @engcom-Bravo. Thank you for working on this issue.
|
The issue is reproducible on 2.4.1 but not reproducible on the latest 2.4-develop. |
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
@magento I am working on this |
Hi @mobeen-sarwar! 👋 |
@magento add to contributors team |
Hi @mobeen-sarwar! 👋 |
@magento add to contributors team |
@magento I am working on this |
Hi @mobeen-sarwar, Thanks for your reporting and collaboration. Steps to reproduce:-
Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-12717 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Delta. Thank you for verifying the issue. |
Summary (*)
In the scenario of different locales, all admin grids are not translating to the relevant language package. Visit some admin grid like (
Admin->sales->transactions
) and then change the locale (admin -> Account Settings
) to some other locale. Now previously visited admin grid should be translated according to the new locale, but this does not happen.Preconditions (*)
1- Magento 2.4.1
2- Magento 2.3.4-p2
3- Magento 2.3.5-p2
4- Translations for at least two locales
5. Not reproducible on 2.4-develop
Assumptions(*)
1- We are assuming that we have three locales English, Japanese, and Korean, with translations.
2- Make sure we have added translations for this path:
Admin->Sales->Transactions
Steps to reproduce (*)
1- Login to Magento admin
2- Go to this path:
Admin->Sales->Transactions
and note down header translations. This step is a must. To test the translation changes for a grid you must visit it before changing your locale (step 3
).3- Now set the Interface Locale to Korean assuming the previous was English US (Go to admin -> Account Settings).
4- Must not flush the cache after changing the locale.
5- Repeat step 2.
Expected result (*)
1- Grid headers should be translated into Korean.
Actual result (*)
1- Grid headers are still in English.
Further Details(*)
1- This translation is also on the below paths:
i) Admin->All Customers->Edit (open a customer details)->Reward Points->Reward Points History
ii) Admin->Sales->Orders->view(open an order details)->Transactions
2- Video recording of this issue
3- My previous ticket on this issue (
magento 2.3.4
)The text was updated successfully, but these errors were encountered: