-
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
2.0.7 : Can't translate FPT text on checkout/cart page #5477
Comments
@kanduvisla thank you for your report. |
@kanduvisla, thank you for your report. |
[TSG-Commerce] Tests for 2.4 (pr10)
Re-opening because the FPT label is not translatable yet on the checkout page (second step). The fix was only done to the |
✅ Confirmed by @engcom-Alfa Issue Available: @engcom-Alfa, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @engcom-Charlie. Thank you for working on this issue.
|
Hi @kanduvisla. Thank you for your report. The fix will be available with the upcoming 2.4.0 release. |
Preconditions:
Magento 2.4-develop
Php v 7.3
Steps to reproduce
FPT,FPT(translate)
for example (app/code/Magento/Weee/i18n/en_US.csv);✔️ The FPT has been translated
7. Proceed to Checkout;
8. Fill all required fields and go to Review&Payment step;
Actual Result:
✖️ The FPT was not translated
Expected Result:
✔️ The FPT must be translated
I try to translate the text 'FPT' in the checkout page but nothing seems to work:
I try with a language pack in
app/i18n/Vendor/nl_nl/nl_NL.csv
(the rest of the translations of this pack work so it is loaded):I try with the file
app/design/frontend/Vendor/Theme/i18n/nl_NL.csv
:I try with the file
app/code/Magento/Weee/i18n/nl_NL.csv
:I try by adding an entry to the 'translation'-table in the database (even had to manually check the crc_string):
All with no success.
I'm running out of options. Is there any spot I missed where I need to put my translation? Can anyone confirm / try if the text 'FPT' in the checkout/cart page is translatable?
The text was updated successfully, but these errors were encountered: