Translate Plugin

The translation process follows a standard procedure. You can locate the .pot file inside the plugin's languages folder.

To translate the plugin, use PoEdit to open the .pot file and generate the corresponding .po and .mo files.

Once translated, upload the generated .po and .mo files back into the plugin’s languages folder.

Ensure that the files are named correctly, following this format:

  • plugin-name-language_code.po
  • plugin-name-language_code.mo

For example, if translating to French, the files should be named:

  • kami-developer-fr_FR.po
  • kami-developer-fr_FR.mo

Then, placed in: /wp-content/plugins/kami-developer/languages/

For other languages code, please refer to the following link: Internationalization.

You can set the site language of your WordPress installation on Settings > General. WordPress will automatically use the right language files if they exist.