Prosite translation – .po file not recognised for unknown reason

Hi,

I’m inserting an indonesian translation (or trying to) for prosite. I have created my psts-id_ID.po and .mo file and included into /languages file – however none of my test strings seem to be working. Any help?

Thanks!

  • SqueakyOx
    • The Incredible Code Injector

    Hi Luís ,

    Thanks for that… its a little odd for prosites that the translation file would be placed there… any

    design reasons for this?

    And another quick questions.. if i placed any other wpmudev plusing translation, would that work too, or is this just prosites?

    Dev

  • Luís Lopes
    • QA

    Hi SqueakyOx ,

    Not sure, I think it’s supposed all translation files work, when placed inside that folder. WordPress will always look for a plugin’s MO file in:

    wp-content/plugins/{relative_path}/{domain}-{locale}.mo
    wp-content/languages/plugins/{domain}-{locale}.mo

    Looking to the plugin’s code, I think it’s supposed load the language file from “wp-content/plugins/pro-sites/pro-sites-files/languages”, however, it’s not working. I need to get more information from the developer.

    Cheers, Luís