1. Home
  2. Translation
  3. Translate Main Plugin

Translate Main Plugin

Introduction Translation process More information

Introduction

  1. All our plugins are in English by default, but all of them come with .po files.
  2. .po files are the standard way WordPress themes and plugins are translated, or the files can just be used to change the wording used by default for English language sites.
  3. There are many programs you can use to edit these .po language files but we recommend using Poedit.
  4. Translation programs like Poedit create a matching .mo file when a .po file is translated.
  5. It is those .mo files that contain the translated language strings to show the translations on your site.
  6. You can find some ready made translations in our languages project, find out more here.

Translation process

We will translate the main Invoicing plugin here, but the process is the same for all plugins and addons.

  1. Download POedit and install the program on your local machine (you only need the free version, but the paid version will assist translations with suggestions).
  2. Using FTP or your host’s control panel, download the plugin’s default .po file to your local machine:
  3. Open the Poedit program and select Create new translation:
  4. Navigate to the .po file you downloaded at step 2, and open the file:
  5. Poedit will ask you to select the new language:
  6. Make sure to select exactly the same language you have at WP > Settings > General:
  7. Now save the file:
    1. Poedit will give you the correct extension, in our example that will be nl_BE.po.
    2. Make sure that the rest of the filename saved is the same as the original .po file, in our example that will be invoicing-nl_BE.po.
    3. You will need to upload the newly created files to /wp-content/languages/plugins/ on your server, so we suggest you save it to a copy of the same folder on your local machine to make
    4. You will see that Poedit creates 2 files: invoicing-nl_BE.po and invoicing-nl_BE.mo
  8. Now translate any language string you want, and save the file once finished:
  9. When you are ready, upload both the .mo and .po file to the /wp-content/languages/plugins/ folder on the server.
    Create the folder if it does not exist yet:
  10. Go to your website and refresh to see your changes 🙂

More information

  1. You can find some ready made translations in our languages project, find out more here.
Was this helpful to you? Yes 1 No