⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Lenguaje datepicker



Jesus

Jesus
  • profile picture
  • Member

Posted 20 April 2012 - 15:32 PM

hi all, how I can change the language of the calendar (month names, days of week), to Spanish? when editing a field type date, thank you very much, greetings from mexico.

carlinchisart

carlinchisart
  • profile picture
  • Member

Posted 20 April 2012 - 16:17 PM

hi @Jesus, do you have to edit js files, see this post the last coment talk how you do that,

/topic/56-es-translate-multilingual-functionality/page__view__findpost__p__1304

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 20 April 2012 - 16:34 PM

Hi! Jesus, you can also:

1. Go to the Jquery site http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/, find your language for datepicker and copy the content

2. Save it in new file, for example, "jquery.ui.datepicker-es.js" in [b]./your_project/assets/grocery_crud/js/jquery_plugins/config[/b] folder

3. Open [b]./your_project/assets/grocery_crud/js/jquery_plugins/config/jquery.datepicker.config.js [/b]file and add line #7

localization: 'es'


4. And the last thing, you have to add a line to [b]./you_project/application/libraries/grocery_crud.php[/b] file in line #1666

$this->set_js($this->default_javascript_path.'/jquery_plugins/config/jquery.ui.datepicker-es.js');

carlinchisart

carlinchisart
  • profile picture
  • Member

Posted 20 April 2012 - 19:40 PM

it's a good solution i don;t know this!.

Jesus

Jesus
  • profile picture
  • Member

Posted 21 April 2012 - 02:04 AM

[color=#333333][font=arial, sans-serif][size=4]Thank you very much [/size][/font][/color][color=#333333][font=arial, sans-serif][size=4]for the help [/size][/font][/color][color=#333333][font=arial, sans-serif][size=4]carlinchisart [/size][/font][/color][color=#333333][font=arial, sans-serif][size=4]and [/size][/font][/color][color=#333333][font=arial, sans-serif][size=4]noskov.biz[/size][/font][/color]

noskov.biz

noskov.biz
  • profile picture
  • Member

Posted 21 April 2012 - 07:17 AM

Also you can find more info about datepicker at the jquery's docs and demos http://jqueryui.com/demos/datepicker/