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/sl.js Normal file → Executable file
View File

@ -84,9 +84,11 @@
var sl = moment.defineLocale('sl', {
months : 'januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december'.split('_'),
monthsShort : 'jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.'.split('_'),
monthsParseExact: true,
weekdays : 'nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota'.split('_'),
weekdaysShort : 'ned._pon._tor._sre._čet._pet._sob.'.split('_'),
weekdaysMin : 'ne_po_to_sr_če_pe_so'.split('_'),
weekdaysParseExact : true,
longDateFormat : {
LT : 'H:mm',
LTS : 'H:mm:ss',