Complete locales

This commit is contained in:
Laurent Destailleur
2011-10-30 23:51:07 +01:00
parent 410efe0427
commit d0711215ab

View File

@@ -129,7 +129,7 @@ jQuery(function($){
dateFormat: '<?php echo $langs->trans("FormatDateShortJQuery"); ?>',
firstDay: <?php echo $conf->global->MAIN_START_WEEK; ?>,
isRTL: <?php echo ($langs->trans("DIRECTION")=='rtl'?'true':'false'); ?>,
showMonthAfterYear: false,
showMonthAfterYear: false, // TODO add specific to country
yearSuffix: '' // TODO add specific to country
};
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);