Skip to content

Instantly share code, notes, and snippets.

@LucasCalazans
Last active May 11, 2020 20:16
Show Gist options
  • Save LucasCalazans/49fc19140ae70ee7d571f30f1ccf7d75 to your computer and use it in GitHub Desktop.
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
// Run this code on your browser console
localStorage.removeItem("mage-translation-file-version")
# 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