Lenguaje datepicker
- Single Page
Posted 20 April 2012 - 15:32 PM
Posted 20 April 2012 - 16:17 PM
/topic/56-es-translate-multilingual-functionality/page__view__findpost__p__1304
Posted 20 April 2012 - 16:34 PM
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');
Posted 20 April 2012 - 19:40 PM
Posted 21 April 2012 - 02:04 AM
Posted 21 April 2012 - 07:17 AM