Last active
September 1, 2015 09:57
-
-
Save claudiu-marginean/0d053195a1df2b37a8a9 to your computer and use it in GitHub Desktop.
Magento 1.x JS Translation in template files
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
<script> | |
//<![CDATA[ | |
Translator.add( | |
<?php echo Mage::helper('core')->jsonEncode(array( | |
'Please use letters only.' => $this->__('Please use letters only.'), | |
'Please use letters only.' => $this->helper('jstranslate')->__('Please use letters only.'), | |
)) ?> | |
); | |
//]]> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment