Forum Replies Created
-
AuthorPosts
-
ludovic.meyer
ParticipantThe second portion of code didn't display well. Look here :
'validation' => array( 'rules' => array( 'vm_video_group' => array( "vm_video_link" => array( 'url' => true, ), "vm_video_legend" => array( 'required' => true, ), ), ), 'messages' => array( 'vm_video_group' => array( "vm_video_link" => array( 'url' => __( 'Ce champ doit être une url valide', 'vm' ), ), "vm_video_legend" => array( 'required' => __( 'Ce champ est requis', 'vm' ), ), ), ), ),ludovic.meyer
ParticipantHello,
I used loco translated to update the translation.
It's better now 🙂Below the up to date translation files for french :
https://drive.google.com/file/d/0B3GWwJalgo-zb1A0bl9Yd01OU1U/view?usp=sharing
https://drive.google.com/file/d/0B3GWwJalgo-zZTdfTDEwV2ltQm8/view?usp=sharingThx
ludovic.meyer
ParticipantHello,
The website is already in French in Settings > General > Site Language.
I checked and i can say that the localization does not work with MB Frontend Submission (it works only in admin).
Can you fix it please ?
Regards,
August 7, 2017 at 3:45 PM in reply to: Conditional Logic does not work with MB Frontend Submission #6541ludovic.meyer
ParticipantThank you !
ludovic.meyer
ParticipantHi,
I already used dateFormat option.
I want to localize everything in the js calendar (pointed in red in the image below)Regards
-
AuthorPosts