Translations

How to contribute to ACPT translation

ACPT is currently available in 9 languages:

  • Chinese (simplified)

  • Dutch

  • English

  • French

  • German

  • Hungarian

  • Italian

  • Polish

  • Spanish

How to contribute to ACPT translation

If you want to contribute to the plugin translation, please follow the steps below.

First of all, open the root plugin folder, then locate the directory i18n inside it.

It will look like this:

└── languages
    ├── advanced-custom-post-type.pot
    ├── de_DE.mo
    ├── de_DE.po
    ├── en_US.mo
    ├── en_US.po
    ├── fr_FR.mo
    ├── fr_FR.po
    ├── hu_HU.mo
    ├── hu_HU.po
    ├── it_IT.mo
    ├── it_IT.po
    ├── nl_NL.mo
    ├── nl_NL.po
    ├── pl_PL.mo
    ├── pl_PL.po
    ├── zh_CN.mo
    └── zh_CN.po
  1. Download the advanced-custom-post-type.pot file

  2. Translate the pot file in your language. Upload the .po/.mo files inside the translation folder. You can use PoEditor (https://poedit.net/) or any other software, it's entirely up to you.

  3. Send the .po and .mo files to [email protected]. The new language will be published in the shortest time possible.

Thank you in advance to all of you!

Last updated