I need to export all translations from the main store to another.
Asked
Active
Viewed 6,583 times
2 Answers
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