diff options
Diffstat (limited to 'bower_components/moment/locale/cy.js')
| -rw-r--r-- | bower_components/moment/locale/cy.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/moment/locale/cy.js b/bower_components/moment/locale/cy.js index e639124..a3c38a0 100644 --- a/bower_components/moment/locale/cy.js +++ b/bower_components/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', |
