mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:27:49 +08:00
FIX: force date-picker to work with english locale
This commit is contained in:
1
lib/javascripts/moment_locale/hi.js
Normal file → Executable file
1
lib/javascripts/moment_locale/hi.js
Normal file → Executable file
@ -38,6 +38,7 @@
|
||||
var hi = moment.defineLocale('hi', {
|
||||
months : 'जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर'.split('_'),
|
||||
monthsShort : 'जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.'.split('_'),
|
||||
monthsParseExact: true,
|
||||
weekdays : 'रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार'.split('_'),
|
||||
weekdaysShort : 'रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि'.split('_'),
|
||||
weekdaysMin : 'र_सो_मं_बु_गु_शु_श'.split('_'),
|
||||
|
Reference in New Issue
Block a user