Magento 2 - Translate Cancel Button Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Translation method does not workI cant translate few words on the websiteMagento Translation for coupon code not workingCannot translate popup message when adding a product to the cartMagento2 localisation Javascriptcan't translate an ajax popupMagento 2 | Minicart does not work after template overrideMagento 2 Inline translate for script stringsOn mobile submenu 'All %categoryname' is not translated - Magento 2Custom “add to cart” button not updating minicart
macOS-like app switching in Plasma 5
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
The logistics of corpse disposal
What makes black pepper strong or mild?
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
What are the pros and cons of Aerospike nosecones?
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
What's the purpose of writing one's academic bio in 3rd person?
Is 1 ppb equal to 1 μg/kg?
When to stop saving and start investing?
How to draw this diagram using TikZ package?
What does '1 unit of lemon juice' mean in a grandma's drink recipe?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
Is there a way in Ruby to make just any one out of many keyword arguments required?
How to deal with a team lead who never gives me credit?
Java 8 stream max() function argument type Comparator vs Comparable
Gastric acid as a weapon
What LEGO pieces have "real-world" functionality?
Precipitating silver(I) salts from the solution of barium(II) cyanate and iodide
Marking the functions of a sentence: 'She may like it'
Bonus calculation: Am I making a mountain out of a molehill?
Letter Boxed validator
How does cp -a work
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Magento 2 - Translate Cancel Button
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Translation method does not workI cant translate few words on the websiteMagento Translation for coupon code not workingCannot translate popup message when adding a product to the cartMagento2 localisation Javascriptcan't translate an ajax popupMagento 2 | Minicart does not work after template overrideMagento 2 Inline translate for script stringsOn mobile submenu 'All %categoryname' is not translated - Magento 2Custom “add to cart” button not updating minicart
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The Javascript translation in Magento 2 is buggy as hell. And I just can't get the cancel button for the minicart dialogue translated. The one when you try to delete a product from the cart. I even tried adding it manually to the js-translation.json but that does not work either. Any tips?
magento2 localisation
add a comment |
The Javascript translation in Magento 2 is buggy as hell. And I just can't get the cancel button for the minicart dialogue translated. The one when you try to delete a product from the cart. I even tried adding it manually to the js-translation.json but that does not work either. Any tips?
magento2 localisation
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41
add a comment |
The Javascript translation in Magento 2 is buggy as hell. And I just can't get the cancel button for the minicart dialogue translated. The one when you try to delete a product from the cart. I even tried adding it manually to the js-translation.json but that does not work either. Any tips?
magento2 localisation
The Javascript translation in Magento 2 is buggy as hell. And I just can't get the cancel button for the minicart dialogue translated. The one when you try to delete a product from the cart. I even tried adding it manually to the js-translation.json but that does not work either. Any tips?
magento2 localisation
magento2 localisation
asked Jan 22 '18 at 17:31
alobeejayalobeejay
192216
192216
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41
add a comment |
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41
add a comment |
1 Answer
1
active
oldest
votes
I've just come across the fix which should be released in 2.3.*
A temporary fix is to override the confirm.js file in your theme and make the changes specified in the PR.
To override in your theme place the new file in app/design/frontend/Vendor/theme/Magento_Ui/web/js/confirm.js
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f210493%2fmagento-2-translate-cancel-button%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I've just come across the fix which should be released in 2.3.*
A temporary fix is to override the confirm.js file in your theme and make the changes specified in the PR.
To override in your theme place the new file in app/design/frontend/Vendor/theme/Magento_Ui/web/js/confirm.js
add a comment |
I've just come across the fix which should be released in 2.3.*
A temporary fix is to override the confirm.js file in your theme and make the changes specified in the PR.
To override in your theme place the new file in app/design/frontend/Vendor/theme/Magento_Ui/web/js/confirm.js
add a comment |
I've just come across the fix which should be released in 2.3.*
A temporary fix is to override the confirm.js file in your theme and make the changes specified in the PR.
To override in your theme place the new file in app/design/frontend/Vendor/theme/Magento_Ui/web/js/confirm.js
I've just come across the fix which should be released in 2.3.*
A temporary fix is to override the confirm.js file in your theme and make the changes specified in the PR.
To override in your theme place the new file in app/design/frontend/Vendor/theme/Magento_Ui/web/js/confirm.js
answered Apr 11 at 15:55
Toni ProcterToni Procter
776
776
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f210493%2fmagento-2-translate-cancel-button%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
hi, did you find any solution? I'm having the same problem.
– Typo
Nov 22 '18 at 20:54
I could not find a good solution :( I think I hacked something stupid together but can't remember exactly. But it still seems buggy as hell.
– alobeejay
Nov 24 '18 at 3:41