Magento :: Translate text from javascript files

后端 未结 4 2046
予麋鹿
予麋鹿 2021-02-08 18:16

Magento uses a system for translating text in the template files using:

$this->__(\'text to be translated.\');

or

Mage::helper(\

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-08 18:50

    Just use the following method in your scripts:

    Translator.translate('Some phrase');
    

提交回复
热议问题