• Resolved rodcorvalan

    (@rodcorvalan)


    Hi all, how are you? I can’t translate the plugin both for front and back

    – I have a clean wordpress installation
    – Plugin is configured correctly and forms works fine
    – My current language is es_ES (get_locale())
    – When I installed this auto dowloaded the po mo files into languages/plugins folder

    – I searched in plugin code a example to verify

    _e( ‘Form Name’ , ‘yikes-inc-easy-mailchimp-extender’ );

    http://snag.gy/pk5hx.jpg (capture)

    – I tried add “_e”, “_e:2″,”__”,”___2″ to .po
    – I tried install loco translate plugin

    What thing more can I try?

    https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Rodcorvalan,

    The backend of the plugin should display in Spanish if your install is in Spanish.

    For the forms on the front end, I recently wrote a blog post how on how to translate forms into any language: https://yikesplugins.com/the-ultimate-guide-to-translating-mailchimp-forms-on-wordpress-sites/

    Please give that a read and let me know if it solves your issues.

    Thank you!
    -Tracy

    Thread Starter rodcorvalan

    (@rodcorvalan)

    Hi Tracy, I added a textdomain in your plugin and it works

    add_action( ‘plugins_loaded’, ‘myplugin_load_textdomain’ );

    function myplugin_load_textdomain() {
    load_plugin_textdomain( ‘yikes-inc-easy-mailchimp-extender’, false, plugin_basename( dirname( __FILE__ ) ) . ‘/languages’ );
    }

    Plugin Author Evan Herman

    (@eherman24)

    rodcorvalan,

    What version of WordPress do you have installed? We removed support for that get text call as all of the internationalization is done using language packs provided by glot press. The line you mention is no longer needed.

    Thanks,
    Evan

    Thread Starter rodcorvalan

    (@rodcorvalan)

    Hi evan, I use WP 4.2.2. I installed glotpress to try but nothing

    Can you test from spanish version?
    https://es.wordpress.org/wordpress-4.4.2-es_ES.zip

    How ever, can you include a textdomain fallback?

    Plugin Author Evan Herman

    (@eherman24)

    Hi Rodcorvalan,

    We’re going to re-add this line back into the next release, which should hopefully come out at some point this afternoon. I have the patch all geared up, we’re just waiting to hear back from another user or two before we pull the trigger.

    Thanks,
    Evan

    Thread Starter rodcorvalan

    (@rodcorvalan)

    Great, thanks. Your plugin is the best option with ajax support for sync with mailchimp, keep it up!

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Thank you so much for the kind words, sorry for this temporary inconvenience.

    Evan will have it fixed up soon.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Rodcorvalan,

    Evan pushed out the new update. I tested it and the Spanish translation is working.

    Thank you for bringing this issue to our attention!
    -Tracy

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Translations does not work’ is closed to new replies.