2

I need to export all translations from the main store to another.

TRiG
  • 10,148
  • 7
  • 57
  • 107
devopensource
  • 133
  • 1
  • 7

2 Answers2

9

Export the contents of the core_translate table in the database. You can use phpmyadmin for that.

Jonathan Day
  • 18,519
  • 10
  • 84
  • 137
  • any suggestions to pass these translations into a CSV file? thanks – devopensource Sep 27 '10 at 08:25
  • are you asking specifically about the CSV files used by Magento's translate function, or a generic CSV file? Within phpMyAdmin, if you navigate to the `core_translate` table, then click the Export tab, you can select CSV as the export format. – Jonathan Day Sep 27 '10 at 08:40
2

https://github.com/ceefour/translation_exporter

This extension could do the job you expected.

kiang
  • 161
  • 7