Skip to content

This little script imports an exported (and translated) CSV file that was generated with EW_UntranslatedStrings

Notifications You must be signed in to change notification settings

peterjaap/UntranslatedStringImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Untranslated String Importer

The EW_UntranslatedStrings extension does a great job of easily finding strings that are not translated. It helps cut down translation time tremendously. After collecting untranslated strings for a few days, we exported the strings to a CSV from the backend and sent it to our client for translation. We then wrote this little importer to take care of appending the translated strings to the locale's language CSV files.

Steps;

  1. Export the grid overview to CSV from the Untranslated Strings page in the Magento backend.

  2. Add a column named 'Translation' to the CSV export file.

  3. Send it to your client for translation

  4. Upon receiving the translated file, place it in var/translations

  5. Start the importer with "php shell/translations.php --file export.csv"

  6. Clear the translations cache

  7. Profit

About

This little script imports an exported (and translated) CSV file that was generated with EW_UntranslatedStrings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages