Journal 3 Translation Tool Extension for OpenCart 3.x

OpenCart extension documentation

Short Description

This tool exports Journal 3 localization variables into CSV file, which you can then edit in spreadsheet, do the translations and then import back translated text. It will help you to identify the translations that otherwise might go missing, for example, some messages that you forgot to configure.

Installation

  1. Make a backup of store files and database before you install the module.

  2. Go to admin Extensions -> Extension Installer and upload file translate-journal3-oc3-_v.x.x.x.ocmod.zip.

  3. Refresh modifications - go to Extensions > Modifications and click the Refresh button at the top right of the page.

  4. Go to admin Extensions -> Extensions -> [Modules] -> Journal3 translate tool and click "Install" .

  5. Find "Journal3 translate tool" and click "Edit".

  6. Tip: if you want Google to help you with automated translations you can use google spreadsheet where you need to import the file and then use GOOGLETRANSLATE formula. For example:

=GOOGLETRANSLATE(E17, "en", "lv")

for translation from English to Latvian

  1. Click on the tab “For translated” and then click the import button to import the translated text.

Make sure you do not configure/do translations in Journal while you are translating the spreadsheet, otherwise, the changes done in the store will be lost after the import of spreadsheet.

Note: Please do the **backup** of your database before importing back the translations. Who knows what can go wrong. If something has been translated or changed in the Journal modules while you were translating, the changes will be lost!

Now you can use the module!

Checkout Screenshot

Update "Omniva" destination addresses

  1. Go to admin Extensions->Extensions->[Shipping]->Omniva and click "Edit" .

  2. Click the button "Save". The list of available Omniva terminals will be updated from the link in URL to CSV file for import addresses (see Installation step 5).

Extension upgrade

  1. Install the new package following exactly the same steps described in the Installation And Setup section above.

  2. Does not show the delivery station list anymore in the admin panel.

Release history

  • 3.0.2.0: Apr 25, 2018: Compatibility with journal2 theme.

  • 3.0.0.0: Nov 15, 2017: Initial version for OpenCart 3.x

Last updated