-
Couldn't load subscription status.
- Fork 9.4k
Default Welcome message is broken on storefront with enabled translate-inline #13038
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
Default Welcome message is broken on storefront with enabled translate-inline #13038
Conversation
|
Hi @paresh1 |
|
Hi @pareshpansuriya, thanks for your contribution! Tests showed that his PR fixes the problem for the blank theme but not for the Luma theme on the current commit Please can you have a look at this? Thanks! Before: After: |
|
@pareshpansuriya To be precise: you actually did the right thing and fixed the "Default welcome msg"! 👍 If you don't want to fix the second problem shown in the screenshots please tell. |
|
I have try to solve that problem that create another problem when try to translate text "or" , that display individual whole text in popup for text : [{'shown':'or','translated':'or','original':'or','location':'Tag attribute (ALT, TITLE, etc.)'}] Please check screen-shot. So I am trying for solve that issue. Any help from you is appreciate. |
|
@pareshpansuriya Thanks for taking a look at this! I'm sorry but I'm not able to have a look at the "or" issue in the next days. I suggest we get your fix for the original issue merged so your contribution can make it into a release soon. For the problem with "or", a separate issue could be created and then worked on. Is this ok for you? |
|
Ok no problem I create pull request for that. |
|
Thanks for do that, I actualy dont know how to edit PR for commit can you give any reference. |
|
When you make a new commit to your branch and execute The problem from #13038 (comment) is still there with this commit 7e913f1, right? |
|
Yes that is new problem with that commit, that commit have solved the previous issue #12711 |
This reverts commit 7e913f1.
|
@pareshpansuriya Ok. We will merge the "Welcome message" fix without a fix for the "or" problem. Thanks for your patience! |
…nabled translate-inline #13038
|
@pareshpansuriya Thanks again for your patience and your contribution! Your PR has been merged into |





Description
Earlier escapeHtmlAttr() is used instead of escapeHtml(). As it is simple message so we have replaced this method: escapeHtmlAttr() with escapeHtml().