summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/gl.js')
-rw-r--r--www/lib/moment/locale/gl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/gl.js b/www/lib/moment/locale/gl.js
index 532ac747..91b35a2a 100644
--- a/www/lib/moment/locale/gl.js
+++ b/www/lib/moment/locale/gl.js
@@ -17,11 +17,11 @@
weekdaysMin : 'Do_Lu_Ma_Mé_Xo_Ve_Sá'.split('_'),
longDateFormat : {
LT : 'H:mm',
- LTS : 'LT:ss',
+ LTS : 'H: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 H:mm',
+ LLLL : 'dddd D MMMM YYYY H:mm'
},
calendar : {
sameDay : function () {
@@ -71,4 +71,4 @@
return gl;
-}));
+})); \ No newline at end of file