Last active
March 12, 2017 10:48
-
-
Save mrkhoa99/d473aebfc6fae51959d96bac6997805b to your computer and use it in GitHub Desktop.
Add Translation Javascript Magento 2
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
For example: | |
require(["jquery","mage/translate"], function($){ | |
$.mage.translate.add({"Filters":"Filters","Processing":"Processing","per page":"per page","records":"records"}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment