Somehow both your patches are missing the English localizations of the localization strings you have. Make sure to include them in your patches.
There are more strings for this patch than the other one, so can you please post them?
Best,
Chris
sarika3122016-12-19 16:47
I am posting the english localizations. Please let me know if you want me to create new patch with these strings. Thanks!
"input_validator_js_valid_email" => Valid email address
"input_validator_js_invalid_email" => Invalid email address
"input_validator_js_more_characters" => Enter more characters
"input_validator_js_strong_password" => Strong password
"input_validator_js_weak_password" => Weak password
"input_validator_js_enter_username" =>Enter user name
"input_validator_js_enter_firstname" => Enter first name
"input_validator_js_enter_lastname" => Enter last name
"input_validator_js_retype_password_matched" => Retyped password matches
"input_validator_js_retype_password_not_matched" => Retyped password does not match
"input_validator_js_type_password" => Type password
"register_view_type_email_address" => Type email address
sarika3122016-12-19 17:45
I have tried uploading the english localizations to the patch. However, I can't see the configure.ini file modified inspite of adding the localization strings. However, when I go inside the configure.ini manually I can see the translations locally.
administrator2017-01-01 11:18
Hey Sarika,
Thanks for your patch! Please look at a diff between your code and about 8b891964dd to the changes I made after incorporating it into Yioop.
Client side validation of register account page
Hey Sarika,
Somehow both your patches are missing the English localizations of the localization strings you have. Make sure to include them in your patches. There are more strings for this patch than the other one, so can you please post them?
Best, Chris
I am posting the english localizations. Please let me know if you want me to create new patch with these strings. Thanks!
"input_validator_js_valid_email" => Valid email address "input_validator_js_invalid_email" => Invalid email address "input_validator_js_more_characters" => Enter more characters "input_validator_js_strong_password" => Strong password "input_validator_js_weak_password" => Weak password "input_validator_js_enter_username" =>Enter user name "input_validator_js_enter_firstname" => Enter first name "input_validator_js_enter_lastname" => Enter last name "input_validator_js_retype_password_matched" => Retyped password matches "input_validator_js_retype_password_not_matched" => Retyped password does not match "input_validator_js_type_password" => Type password "register_view_type_email_address" => Type email address
I have tried uploading the english localizations to the patch. However, I can't see the configure.ini file modified inspite of adding the localization strings. However, when I go inside the configure.ini manually I can see the translations locally.
Hey Sarika, Thanks for your patch! Please look at a diff between your code and about 8b891964dd to the changes I made after incorporating it into Yioop.
Best, Chris
Attachments:
clientside_validation.patch
clientside_validation-2.patch
clientside_validation-3.patch