Re: 2.0a2: calendar-datepicker |
Subject: Re: 2.0a2: calendar-datepicker by Will on 2013/5/7 6:42:13 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. |