Last active
May 11, 2020 20:16
-
-
Save LucasCalazans/49fc19140ae70ee7d571f30f1ccf7d75 to your computer and use it in GitHub Desktop.
Force Magento 2 to update the js-translation.json when some .csv is changed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Run this code on your browser console | |
localStorage.removeItem("mage-translation-file-version") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run this command on your terminal (Change the capitalized values) | |
rm -rf pub/static/frontend/THEME/STORE_THEME/LANGUAGE/js-translation.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment