diff options
Diffstat (limited to 'bower_components/moment/locale/fy.js')
| -rw-r--r-- | bower_components/moment/locale/fy.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/fy.js b/bower_components/moment/locale/fy.js index 57380dd..3a5971a 100644 --- a/bower_components/moment/locale/fy.js +++ b/bower_components/moment/locale/fy.js @@ -26,11 +26,11 @@ weekdaysMin : 'Si_Mo_Ti_Wo_To_Fr_So'.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: '[hjoed om] LT', |
