mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
FIX: force date-picker to work with english locale
This commit is contained in:
6
lib/javascripts/moment_locale/en-ca.js
Normal file → Executable file
6
lib/javascripts/moment_locale/en-ca.js
Normal file → Executable file
@ -20,9 +20,9 @@
|
||||
LT : 'h:mm A',
|
||||
LTS : 'h:mm:ss A',
|
||||
L : 'YYYY-MM-DD',
|
||||
LL : 'D MMMM, YYYY',
|
||||
LLL : 'D MMMM, YYYY h:mm A',
|
||||
LLLL : 'dddd, D MMMM, YYYY h:mm A'
|
||||
LL : 'MMMM D, YYYY',
|
||||
LLL : 'MMMM D, YYYY h:mm A',
|
||||
LLLL : 'dddd, MMMM D, YYYY h:mm A'
|
||||
},
|
||||
calendar : {
|
||||
sameDay : '[Today at] LT',
|
||||
|
Reference in New Issue
Block a user