mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
FIX: force date-picker to work with english locale
This commit is contained in:
2
lib/javascripts/moment_locale/fy.js
Normal file → Executable file
2
lib/javascripts/moment_locale/fy.js
Normal file → Executable 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',
|
||||
|
Reference in New Issue
Block a user