Labels showing multiple translations between double curly-braces. I have this problem both on the front and backend of Magento 2.
This is what I've tried so far:
Please look at the pictures for more info
Magento 2 Frontend
Magento 2 Backend
Any ideas?
Solution It's not a pretty fix but I've restored both js-translation.json files at the static frontend and backup folder.
I had the same issue, this issue comes when you did not properly disable the configuration or inline translation configuration.
please check the inline translation or any other configuration and make sure you disable the configuration properly which applies to specific mode(developer) and before updating.
After that please run the following commands
$rm -rf var/cache/* var/view_processed/* generated/code/* $php bin/magento setup:upgrade $php bin/magento setup:static-content:deploy $php bin/magento setup:di:compile $php bin/magento cache:clean $chmod 777 -R app/ var/ generated/ pub/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With