• Gettext test failed. Activate WPPP debugging for additional info.

    Test failed at

    class.admin-renderer.php (line 205)

    if ( $mo->translate( 'native-gettext-test' ) !== 'success' ) {
        $result = 4;
        return 4;
    }

    the method

    $mo->translate( 'native-gettext-test' )

    return string

    native-gettext-test

    not “success”… now, i have opened native-gettext-test.pot and “native-gettext-test” translation is empty string…

    how solve it?

    https://wordpress.org/plugins/wp-performance-pack/

Viewing 1 replies (of 1 total)
  • Plugin Author Bjoern

    (@greencp)

    native-gettext-test.pot isn’t used for translation. native-gettext-test.mo is used and contains the actual translation. The .pot file shouldn’t even be included in the plugin and it will be removed with the next release. So that’s not the reason the test failed in your case.

    Try to use alternative MO reader instead of native gettext.

Viewing 1 replies (of 1 total)
  • The topic ‘Gettext test failed’ is closed to new replies.