Updating an Older Translation (DEPRECATED - 1.5.7 and below)

How to Update an Older Translation Pack to the Latest Version of Zen Cart

If a language pack is out of date, you can easily bring it up to date by comparing the English language files from the Zen Cart version the language pack was made for (or last updated for) against the English language files of the current Zen Cart version.

Here’s How to do That:

  • Download the Zen Cart version that matches the original language pack and the Zen Cart version you wish to update the language pack for.

  • Unpack the two packages into two separate directories.

  • Open a comparison program like Beyond Compare or WinMerge

  • Compare the two versions of the directories includes/languages and admin/includes/languages, and be sure to include subfolders.

  • If a file exists only in the older release, delete it from your language pack. (TIP: You might do the deletes last in case some of the things in these files have been relocated to other files … in which case you might want to move those already-translated defines to the new location to save yourself some translating work)

  • If a file exists only in the newer release, copy that English language file into your language pack and translate it.

  • If a file has changed between the two versions, compare those English files to see what exact changes has been made, and update your language pack accordingly. This includes adding new defines and translating them, as well as identifying what got changed in existing English text that requires updating the prior translation of that define.

  • to support older stores which have turned OFF the CSS buttons feature (or are so old that they don’t have the choice), you could update the button images:

    • Compare the two versions of the directory includes/templates/template_default/buttons/english/ and see if there are any new files. You may also consider updating the images if any have changed, but that’s probably not strictly necessary.

    • Compare the two versions of the directory includes/templates/responsive_classic/buttons/english/ and see if there are any new files. You may also consider updating the images if any have changed, but that’s probably not strictly necessary.

Please share your updated translation with the community. Thank you!




Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified November 14, 2022 by Scott C Wilson (ad50b74).