Skip to content
Snippets Groups Projects
Commit d0711215 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Complete locales

parent 410efe04
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,9 @@ jQuery(function($){
"'".$langs->trans("ShortSaturday")."'" ?>],
weekHeader: '<?php echo $langs->trans("Week"); ?>',
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,
firstDay: <?php echo $conf->global->MAIN_START_WEEK; ?>,
isRTL: <?php echo ($langs->trans("DIRECTION")=='rtl'?'true':'false'); ?>,
showMonthAfterYear: false, // TODO add specific to country
yearSuffix: '' // TODO add specific to country
};
$.datepicker.setDefaults($.datepicker.regional['<?php echo $langs->defaultlang ?>']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment