summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/fr.js')
-rw-r--r--www/lib/moment/locale/fr.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/fr.js b/www/lib/moment/locale/fr.js
index 29a6eef5..4f60e588 100644
--- a/www/lib/moment/locale/fr.js
+++ b/www/lib/moment/locale/fr.js
@@ -17,11 +17,11 @@
weekdaysMin : 'Di_Lu_Ma_Me_Je_Ve_Sa'.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: '[Aujourd\'hui à] LT',
@@ -58,4 +58,4 @@
return fr;
-}));
+})); \ No newline at end of file