diff options
Diffstat (limited to 'www/lib/moment/locale/fo.js')
| -rw-r--r-- | www/lib/moment/locale/fo.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/fo.js b/www/lib/moment/locale/fo.js index 6168a46e..e5aa93b1 100644 --- a/www/lib/moment/locale/fo.js +++ b/www/lib/moment/locale/fo.js @@ -17,11 +17,11 @@ weekdaysMin : 'su_má_tý_mi_hó_fr_le'.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 : '[Í dag kl.] LT', @@ -56,4 +56,4 @@ return fo; -})); +}));
\ No newline at end of file |
