You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with translating a variable in the script. Try temporarily editing the file with the Dutch translation inspired by my commit until we publish a new release that will also include this fix.
When updating a shop with nl_NL translation from es 2.10.22.3 to 2.10.23.x , the price slider breaks with a JS error.
The variable is suddenly translated, this is the JS that's been generated:
(function anonymous(obj,_ ) { var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');}; with(obj||{}){ __p+=''+ ((__t=( aantal ))==null?'':_.escape(__t))+ ' producten'; } return __p; })
Things I tried
Preconditions
Magento Version : 2.4.5-p8 and 2.4.5-p9
ElasticSuite Version : 2.10.22.3 (ok), 2.10.23.x generates the error
Environment : Dev and production
Third party modules :
"amasty/shippingtablerates": "^1.9",
"community-engineering/language-nl_nl": "^0.0.47",
"cweagans/composer-patches": "^1.6",
"experius/module-postcode": "^1.8",
"magento/product-community-edition": "2.4.5-p8",
"mollie/magento2": "^2.11",
"yireo/magento2-taxratesmanager2": "^1.2",
"yireo/magento2-webp2": "^0.13.0"
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: