Skip to content

Instantly share code, notes, and snippets.

@claudiu-marginean
Last active September 1, 2015 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiu-marginean/0d053195a1df2b37a8a9 to your computer and use it in GitHub Desktop.
Save claudiu-marginean/0d053195a1df2b37a8a9 to your computer and use it in GitHub Desktop.
Magento 1.x JS Translation in template files
<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