Skip to content
Snippets Groups Projects
Commit afb99d2c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1037358 by sanduhrs, Azol: locale.datepicker.js minor fixes (js consistency).

parent 46d15207
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -35,29 +35,29 @@ $.datepicker.regional['drupal-locale'] = {
],
dayNames: [
Drupal.t('Sunday'),
Drupal.t('Monday')
Drupal.t('Tuesday')
Drupal.t('Wednesday')
Drupal.t('Thursday')
Drupal.t('Friday')
Drupal.t('Monday'),
Drupal.t('Tuesday'),
Drupal.t('Wednesday'),
Drupal.t('Thursday'),
Drupal.t('Friday'),
Drupal.t('Saturday')
],
dayNamesShort: [
Drupal.t('Sun')
Drupal.t('Mon')
Drupal.t('Tue')
Drupal.t('Wed')
Drupal.t('Thu')
Drupal.t('Fri')
Drupal.t('Sun'),
Drupal.t('Mon'),
Drupal.t('Tue'),
Drupal.t('Wed'),
Drupal.t('Thu'),
Drupal.t('Fri'),
Drupal.t('Sat')
],
dayNamesMin: [
Drupal.t('Su')
Drupal.t('Mo')
Drupal.t('Tu')
Drupal.t('We')
Drupal.t('Th')
Drupal.t('Fr')
Drupal.t('Su'),
Drupal.t('Mo'),
Drupal.t('Tu'),
Drupal.t('We'),
Drupal.t('Th'),
Drupal.t('Fr'),
Drupal.t('Sa')
],
dateFormat: Drupal.t('mm/dd/yy'),
......
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