FIX: force date-picker to work with english locale

This commit is contained in:
Régis Hanol
2016-05-18 20:58:33 +02:00
parent d6ab54378c
commit d43231da92
98 changed files with 762 additions and 180 deletions

2
lib/javascripts/moment_locale/fy.js Normal file → Executable file
View File

@ -22,9 +22,11 @@
return monthsShortWithDots[m.month()];
}
},
monthsParseExact : true,
weekdays : 'snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon'.split('_'),
weekdaysShort : 'si._mo._ti._wo._to._fr._so.'.split('_'),
weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.split('_'),
weekdaysParseExact : true,
longDateFormat : {
LT : 'HH:mm',
LTS : 'HH:mm:ss',