Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi axelrafond1, yes it is, I can’t get the time picker to support FR but the others do ??

    Add the following to your Theme’s functions.php file:

    function custom_wooccm_language_code() {

    return ‘FR’;

    }
    add_filter( ‘wooccm_language_code’, ‘custom_wooccm_language_code’ );

    Thread Starter axelrafond1

    (@axelrafond1)

    it works Visser Labs thanks you but not for time picker. I continue to investigate to how do but if you have an idea…

    Hi axelrafond1, yup, I’m working on getting language support for the time picker. It’s on the list of things to look at ??

    Thread Starter axelrafond1

    (@axelrafond1)

    Hi Visser labs, here the solution:
    in the “jquery.ui.timepicker.js” file, you have to replace all “showPeriod” options to false instead to true.

    1) you have to download the latest version of time picker here:
    https://fgelinas.com/code/timepicker/releases/jquery-ui-timepicker-0.3.3.zip
    2) Then replace the folder “i18n” by the one included in zip file. 3) Then replace the file “jquery.ui.timepicker.js” by the one included in zip file in the path :
    woocommerce-checkout-manager\includes\pickers

    Now the hours are in french, ex: 13h45 instead of 01h45.
    You can close the ticket.
    regards.
    Alex

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date Picker in French?’ is closed to new replies.