Translation errors registration form
-
Translations for the registration page are missing for me and English is displayed.
1. When I change line 240 in plugins/wp-user-manager/includes/wpum-forms/class-wpum-form-registration.php to:
‘label’ => esc_html__($field->get_name()),
I get the labels translated.
2. The code line 290 is not translated because changes are made in the code but not updated in the source english language file.
Language file:
‘I have read and accept the privacy policy and allow “%s” to collect and store the data I submit through this form.’PHP code:
‘I have read and accept the privacy policy and allow “%2$s” to collect and store the data I submit through this form.’WP User Manager Version 2.1.6
The topic ‘Translation errors registration form’ is closed to new replies.