mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 01:58:05 +08:00
FIX: force date-picker to work with english locale
This commit is contained in:
1
lib/javascripts/moment_locale/ar.js
Normal file → Executable file
1
lib/javascripts/moment_locale/ar.js
Normal file → Executable file
@ -73,6 +73,7 @@
|
||||
weekdays : 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
|
||||
weekdaysShort : 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
|
||||
weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'),
|
||||
weekdaysParseExact : true,
|
||||
longDateFormat : {
|
||||
LT : 'HH:mm',
|
||||
LTS : 'HH:mm:ss',
|
||||
|
Reference in New Issue
Block a user