diff options
Diffstat (limited to 'www/lib/moment/locale/sv.js')
| -rw-r--r-- | www/lib/moment/locale/sv.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/sv.js b/www/lib/moment/locale/sv.js index 83910bb2..3f6238ed 100644 --- a/www/lib/moment/locale/sv.js +++ b/www/lib/moment/locale/sv.js @@ -17,11 +17,11 @@ weekdaysMin : 'sö_må_ti_on_to_fr_lö'.split('_'), longDateFormat : { LT : 'HH:mm', - LTS : 'LT:ss', + LTS : 'HH:mm:ss', L : 'YYYY-MM-DD', 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: '[Idag] LT', @@ -63,4 +63,4 @@ return sv; -})); +}));
\ No newline at end of file |
