Translated default messages for the jQuery validation plugin is not working !
Translated default messages for the jQuery validation plugin is not working !
I got this on my server: \includes\
js\validate\localization\messages_da.
js
ClassiPress>Settings>Listings>Form validation language are set to da
NO child theme and plugins disabled!
I find this funktion in theme-enqueue.php
// add the language validation file if not english
if ( get_option($app_abbr.'_form_val_lang') ) {
$lang_code = strtolower( get_option($app_abbr.'_form_val_lang') );
wp_enqueue_script('validate-lang', get_bloginfo('template_directory')."/includes/
js/validate/localization/messages_$lang_code.
js", array('jquery'), '1.6');
}
does any one have a solution to this problem. I can read in this forum I am not the only one who has problems with validation through this jQuery validation plugin.
change the language in these files is also possible but not a solution: jquery.validate.min.
js - jquery.validate.
js
Pease comment
Finn