• Gabriel Henrique

    (@gabrielhenrique)


    I can’t translate the word Profile (on line 92 in archive inlcudes/class-theme-my-login-widget.php) and the word Welcome (on line 57 of the same archive). I am trying to translate with plugin Loco Translate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Try adding this to theme-my-login-custom.php:

    
    function load_tml_textdomain() {
        load_plugin_textdomain( 'theme-my-login', false, THEME_MY_LOGIN_PATH . 'languages' );
    }
    add_action( 'init', 'load_tml_textdomain', 0 );
    
    Thread Starter Gabriel Henrique

    (@gabrielhenrique)

    I tried to add the code to wp-content/plugins/theme-my-login-custom.php and it didn’t work.

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

The topic ‘Can’t translate “Profile” and “Welcome”’ is closed to new replies.