Re: 2.0a2: calendar-datepicker

Posted by Will on 1367934133
The reason for this is that ui uses the langcode - and icms does not. This makes !i8n difficult as langcode is the accepted format for most everything.

I was considering making a mapping to convert the icms langterm to the accepted langcode format.

Something like:

var lang = {
'english': 'en'
, 'spanish': 'es'
}

Then we would have both at our disposal - and this should help solve the calendar issue.

All that old calendar code is going to be ripped out - as the ui version now handles jalali.

This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=5460&post_id=48319