summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/fy.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/fy.js')
-rw-r--r--www/lib/moment/locale/fy.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/fy.js b/www/lib/moment/locale/fy.js
index f36c9b14..3a5971ac 100644
--- a/www/lib/moment/locale/fy.js
+++ b/www/lib/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',
@@ -67,4 +67,4 @@
return fy;
-}));
+})); \ No newline at end of file