diff options
Diffstat (limited to 'bower_components/moment/locale/ar-ma.js')
| -rw-r--r-- | bower_components/moment/locale/ar-ma.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/ar-ma.js b/bower_components/moment/locale/ar-ma.js index aa50dd8..f9f21b5 100644 --- a/bower_components/moment/locale/ar-ma.js +++ b/bower_components/moment/locale/ar-ma.js @@ -18,11 +18,11 @@ weekdaysMin : 'ح_ن_ث_ر_خ_ج_س'.split('_'), longDateFormat : { LT : 'HH:mm', - LTS : 'LT:ss', + LTS : 'HH:mm:ss', L : 'DD/MM/YYYY', LL : 'D MMMM YYYY', - LLL : 'D MMMM YYYY LT', - LLLL : 'dddd D MMMM YYYY LT' + LLL : 'D MMMM YYYY HH:mm', + LLLL : 'dddd D MMMM YYYY HH:mm' }, calendar : { sameDay: '[اليوم على الساعة] LT', |
