Hi!
Using Poedit I’ve created an spanish .PO .MO translation files named as userswp-es_ES.po and userswp-es_ES.mo, both uploaded to wp-content/languages/plugins
The most of backend strings are now translated to spanish, but when customizing notification emails, setting up the forgot password notificaction, .po .mo strings as
“If this was by mistake, just ignore this email and nothing will happen.”
“To reset your password, click the following link and follow the instructions.”
inserted by the [#login_details#] shortcode are not translated on the received user email.
Trying to fully customize the notification email, avoiding the use of the [#login_details#] shortcode, I’ve detected that the [#reset_link#]shortcode is not sending a reset link in order to reset the user password.
When using the [#login_details#] shortcode I’m not able to translate, but there’s a Reset link inside the text generated:
“You have requested to reset your password for the following account:
https://******.com/ (manually hidden)
Usuario: jordivil
If this was by mistake, just ignore this email and nothing will happen.
To reset your password, click the following link and follow the instructions.
https://***.******.com/restablecer/?key=9WSdT4LZEhv6eELG5bK5&login=jordivil ”
How can I achieve that the .po.mo translation filest take effect on notification email?
The [#reset_link#] shortcode is not the right one for include the reset link in this notification?
thanks a lot in advance
Jordi