-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Closed
Copy link
Labels
Component: CatalogComponent: CheckoutEvent: mm18nycEvent: squashtoberfestFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 release
Description
Currently the message that you have added something to your cart is not available in the i18n translation file.
Preconditions (*)
- Magento 2.2.6
- Non English store
- Any environment
Steps to reproduce (*)
- Add product to cart
- See "You added %1 to your shopping cart."
- Add product to comparison list
- See "You added product %1 to the comparison list."
Expected result (*)
- Strings available in app/code/Magento/Checkout/i18n/en_US.csv and app/code/Magento/Catalog/i18n/en_US.csv
Actual result (*)
- Strings not available in app/code/Magento/Checkout/i18n/en_US.csv and app/code/Magento/Catalog/i18n/en_US.csv
Tech hints
- Issue occurs since Magento 2.2.6
- These commits changed the string used for these messages: 3232465#diff-e4942136d5aba114e8b2c0529c0a040d & edd6062
You added %1 to your <a href="%2">shopping cart</a>.
should be added to app/code/Magento/Checkout/i18n/en_US.csvYou added product %1 to the <a href="%2">comparison list</a>.
should be added to app/code/Magento/Catalog/i18n/en_US.csv
Metadata
Metadata
Assignees
Labels
Component: CatalogComponent: CheckoutEvent: mm18nycEvent: squashtoberfestFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.2 release