Viewing 3 replies - 1 through 3 (of 3 total)
  • You can translate this in the file: two-factor-login.php

    Thread Starter Julian

    (@julian25)

    Many thanks for your response! I do not find the line, I have searched the entire code.

    Lg Julian

    Thread Starter Julian

    (@julian25)

    Do I need this code to change something so that my email will be translated?

    function tfaSetLanguages()
    {
    global $my_translator_is_setup;

    if($my_translator_is_setup)
    return;

    load_plugin_textdomain(
    TFA_TEXT_DOMAIN,
    false,
    dirname( plugin_basename( __FILE__ ) ) . ‘/languages/’
    );
    $my_translator_is_setup = true;
    }
    tfaSetLanguages();

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email Translate’ is closed to new replies.