Forums

Comment-Emailer
Translation (1 post)

  1. DarioDN
    Member
    Posted 10 months ago #

    I did a it_IT.mo and po file with the strings translate.
    Then, I have to insert

    function ce_language() {
    load_plugin_textdomain('ce', false, dirname( plugin_basename( __FILE__ ) ));
    }
    
    add_action('init','ce_language');

    in php file. The plugin has two php file: the first one contains the "installation" and menus; the second one contain the code for the mail and the string to translate.

    So, I've inserted the code above in second one file, before all functions. But it doesn't works.
    Someone can help me?
    tnx

    http://wordpress.org/extend/plugins/comment-emailer/

Reply

You must log in to post.

About this Plugin

About this Topic