mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Complete locales
This commit is contained in:
@@ -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 ?>']);
|
||||
|
||||
Reference in New Issue
Block a user