Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ashanna

    (@morki)

    Hi,

    It seems that the file for the English translation is not in the plugin. I’ll have a look at this.

    Plugin Author Ashanna

    (@morki)

    Ok, just create a new .js file containing this :

    jQuery.extend(jQuery.fn.pickadate.defaults,{monthsFull:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],monthsShort:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],weekdaysFull:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],weekdaysShort:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],today:"Today",clear:"Clear",close:"Close",firstDay:1,format:"d mmmm, yyyy",formatSubmit:"yyyy/mm/dd",labelMonthNext:"Next month",labelMonthPrev:"Previous month",labelMonthSelect:"Select a month",labelYearSelect:"Select a year"});

    Save it as en_US.js into the js/translations/ folder, it should work ??

    Thread Starter parasite_sound

    (@parasite_sound)

    Thank you for the quick reply! I have added the EN translation .js file as you suggested, but still no sign of the calendar on the product page.

    Any help really appreciate!

    Thanks,
    Armin

    Plugin Author Ashanna

    (@morki)

    Hello,

    There’s a problem in the file you created. The are replaced with &quot, that’s why it doesn’t work. Try replacing all the “&quot” with these ” ” or these ” ” and it should work. If you have an e-mail or something, I can send you the file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar does not display’ is closed to new replies.