Title: Problem translating plugin
Last modified: October 29, 2020

---

# Problem translating plugin

 *  [harze](https://wordpress.org/support/users/harze/)
 * (@harze)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-translating-plugin-2/)
 * 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](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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-translating-plugin-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Richard Webster](https://wordpress.org/support/users/rwebster85/)
 * (@rwebster85)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/problem-translating-plugin-2/#post-13598072)
 * 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()
       ); ?>
       ```
   
 *  [airman](https://wordpress.org/support/users/airman/)
 * (@airman)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-translating-plugin-2/#post-13879373)
 * 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](https://wordpress.org/support/topic/problem-translating-plugin-2/%s?output_format=md)

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

The topic ‘Problem translating plugin’ is closed to new replies.

 * ![](https://ps.w.org/frontend-reset-password/assets/icon-256x256.png?rev=3445607)
 * [Frontend Reset Password](https://wordpress.org/plugins/frontend-reset-password/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-reset-password/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-reset-password/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-reset-password/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-reset-password/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-reset-password/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [airman](https://wordpress.org/support/users/airman/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/problem-translating-plugin-2/#post-13879373)
 * Status: not resolved