summaryrefslogtreecommitdiff
path: root/www/lib/moment/locale/cy.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/locale/cy.js')
-rw-r--r--www/lib/moment/locale/cy.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/cy.js b/www/lib/moment/locale/cy.js
index 3ceb0178..a3c38a0a 100644
--- a/www/lib/moment/locale/cy.js
+++ b/www/lib/moment/locale/cy.js
@@ -18,11 +18,11 @@
// time formats are the same as en-gb
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: '[Heddiw am] LT',
@@ -75,4 +75,4 @@
return cy;
-}));
+})); \ No newline at end of file