• Hello,

    I have created translation files for your plugin (po and mo files). When I put these in the default WordPress language folder (wp-content/languages/plugins) this doesn’t work, the translations are not displayed on the front-end.

    In your documentation you say the plugin works with WPML, Polyland and Translatepress, I don’t use any of these (I use Transposh).

    Can your plugin work with po/mo files and other translation plugin than the ones listed above?

    Thank you.

    • This topic was modified 2 years, 1 month ago by omahoung.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter omahoung

    (@omahoung)

    I did a test inside the plugin’s file subscription.php
    line 1600 I have changed this
    $buffer .= esc_html($this->form_options['privacy']);
    by this
    $buffer .= __(esc_html($this->form_options['privacy']),'newsletter');
    And on the front-end the string is correctly translated.

    Is there a way to make these translations work without modifying the plugins’ core files?

    Plugin Author Roberto Fietta

    (@webagile)

    Hi, I’m forwarding your feedback to the development team.
    Regards,
    Roberto

    Thread Starter omahoung

    (@omahoung)

    Hi,
    Is there any news about that translation problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘po file’ is closed to new replies.