• Resolved lpccoder

    (@lpccoder)


    I’m trying to translate your plugin but I don’t know why there are same strings that I can’t translate. For example the titles of any template and the actions links:

    <?php $template->the_action_links( array( 'login' => false ) ); ?>

    I dig into the code and try to force titles at public function get_title at class-theme-my-login-template without any success…
    What I’m doing wrong?

    https://www.ads-software.com/plugins/theme-my-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lpccoder

    (@lpccoder)

    Seems
    public function get_title( $action = '' )
    at class-theme-my-login-template.php not working properly, and I think is not loading the translations properly but I don’t know how to fix it…

    Plugin Author Jeff Farthing

    (@jfarthing84)

    The titles come from the pages themselves. This is why they are not translated. I believe there are translation plugins that allow you to translate pages.

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