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

    For me it was simply a case of replacing the ‘echo’ statements in the ‘bbpress-login-register-links-on-forum-page.php’ (under plugins):

    Replace for instance:
    echo "<a href='$login_url'>".' Log In '.'</a> ';

    With:
    echo "<a href='$login_url'> ".__( 'Log In', 'bbpress' ).'</a> ';

    I DO have qtranslate-X installed, but I think it should be working the same without it.

    Good Luck!

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