• Resolved onway

    (@onway)


    If someone need fep in his language need to find all translatable strings and add the text domain in it. Now it’s a big mess with the textdomains. There are FEP, ‘fep’ , but most are missing. after You fix this you need to load the .mo file something like this

    add_action( 'plugins_loaded', 'fep_localization_init' );
    function fep_localization_init() {
        $path = dirname(plugin_basename(__FILE__)) . '/languages/';
        load_plugin_textdomain( 'fep', false, $path );
    }

    https://wordpress.org/plugins/frontend-edit-profile/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text domain not working’ is closed to new replies.