Skip Navigation

[Resolved] Login forms not translated totally

This support ticket is created 6 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by Noman 6 years, 7 months ago.

Assisted by: Noman.

Author
Posts
#558427

My site language is Finnish, the wp-admin/wp-login.php is in Finnish. Now for some reason the toolset frontend login form, forgot password form flow and emails are not translated totally and they have terms that are not the same as in core login form. I don't get where they come from and how to translate them all.

For example the core has in English "Username or Email address", but in my site frontend login form by Toolset this is "Username or Email". I have Divi (child) theme and I can't find this term anywhere, not from core, Divi or Divi child.

I did manage (according some threads here) to translate the login form's "Username or Email", but 'forgot password form' the "Username or Email" is not translated when I add this to functions.php:

add_filter( 'gettext', 'password_change', 20, 3 );
function password_change( $translated_text, $text, $domain )
{
if ($text === 'Username or Email' && $domain == 'default'){
$translated_text = 'Käyttäjätunnus tai sähköposti';
}
return $translated_text;
}

I also need to translate all the confirmation emails and I don't now get the logic of the translations. Why only part are translated, not all like in core?

Can you please help me, thank you.

#558527

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Katja,

Thank you for contacting Toolset support. This issue is already reported to our development team. Once I get the fix from the development team, I will get back to you with the update.

Thank you for your co-operation and patience as we strive hard to resolve this.

#558532

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

You may try this code to Translate text for shortcode [wpv-forgot-password-form]:
https://toolset.com/forums/topic/translate-password-reset-form/#post-514886

#558534

Yes, perfect, thank you Noman!

#558535

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

To translate CRED Email Notifications, we recommend to use WPML plugin >> String Translation addon, which will allow you to translate these emails with ease:
https://wpml.org/

Related tickets:
https://wpml.org/forums/topic/translating-cred-form-email-notification/
https://wpml.org/forums/topic/translating-email-notifications/

Thanks

#563704

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Just adding a note here: This has been updated and will be included in Toolset Views v2.5

Alternate solution is: Try this code to Translate text for shortcode [wpv-forgot-password-form]: https://toolset.com/forums/topic/translate-password-reset-form/#post-514886

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.