• harze

    (@harze)


    Hi,

    Could you help me with this issue??

    I have translated most of the plugin with the pluging Say What, but the text string saying: “Your password has been reset. You can now Sign in.”
    https://criptoacademia.online/recuperar-password/?som_password_reset=true
    it doesn′t get translated for some reason, it may be cause it has a hiperlink in it?

    The rest works great but not for this text. I have tried loco translate as well, but it doesn′t work either.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Richard Webster

    (@rwebster85)

    Hi mate, not sure why that would be, it’s just a standard string with a hyperlink.

    <?php printf(
    	__( 'Your password has been reset. You can now <a href="%s">Sign in</a>.', 'frontend-reset-password' ),
    	som_get_login_url()
    ); ?>

    Hi,
    You have to go in Loco, extensions, Frontend reset password, create a new language, CUSTOM, and then translate the strings, for me it works…!
    Don’t forget to include the string with the code :
    You can now Sign in

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