0m3r
11/21/2013 - 9:42 AM

Find every translating string at Magento extension code Mage::helper('your_ext')->__('Email')

Find every translating string at Magento extension code

Mage::helper('your_ext')->__('Email')

grep "('your_ext')-.__\(.*\)" -Roh .| sed "s/.*__([\"']//" | sed "s/[\"'].*//g" | sort | uniq | sed "s/\(.*\)/\"\1\",\"\1\"/"