Magento Module übersetzen


/ Published in: XML
Save to your folder(s)

Bei fehlender Modulübersetzung
/app/code/community/Thirty4/Das jeweilige module/etc/config.xml
oder
/app/code/local/Thirty4/Das jeweilige module/etc/config.xml
Hinter folgendes einfügen


Copy this code and paste it in your HTML
  1. <translate>
  2. <modules>
  3. <catalognew>
  4. <files>
  5. <default>Thirty4_CatalogNew.csv</default>
  6. </files>
  7. </catalognew>
  8. </modules>
  9. </translate>

URL: http://www.magentocommerce.com/boards/viewthread/29224/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.