Magerun
Released version 1.88.0
After some weeks of testing we deployed version 1.88.0 of n98-magerun.
The new release contains three new commands and some bugfixes and (special) enhancements.
New Translation Commands
Alexander Menk created a the new dev:translate:export command.
If you have translated content in core_translate table (generated by Magento Inline Translation feature)
you can now export the content with ease.
Example:
n98-magerun.phar dev:translate:export en_US translation_en.csv
This exports the data of locale en_US
to file translation_en.csv
.
If you have different translations for a locale in a specific store you can add the --store
option to
limit the selection.
(more…)