aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/src/locale/de-ch.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/src/locale/de-ch.js')
-rw-r--r--node_modules/moment/src/locale/de-ch.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/node_modules/moment/src/locale/de-ch.js b/node_modules/moment/src/locale/de-ch.js
index 0b00982f9..c448345a6 100644
--- a/node_modules/moment/src/locale/de-ch.js
+++ b/node_modules/moment/src/locale/de-ch.js
@@ -29,12 +29,12 @@ export default moment.defineLocale('de-ch', {
weekdaysMin : 'So_Mo_Di_Mi_Do_Fr_Sa'.split('_'),
weekdaysParseExact : true,
longDateFormat : {
- LT: 'HH.mm',
- LTS: 'HH.mm.ss',
+ LT: 'HH:mm',
+ LTS: 'HH:mm:ss',
L : 'DD.MM.YYYY',
LL : 'D. MMMM YYYY',
- LLL : 'D. MMMM YYYY HH.mm',
- LLLL : 'dddd, D. MMMM YYYY HH.mm'
+ LLL : 'D. MMMM YYYY HH:mm',
+ LLLL : 'dddd, D. MMMM YYYY HH:mm'
},
calendar : {
sameDay: '[heute um] LT [Uhr]',
@@ -48,6 +48,7 @@ export default moment.defineLocale('de-ch', {
future : 'in %s',
past : 'vor %s',
s : 'ein paar Sekunden',
+ ss : '%d Sekunden',
m : processRelativeTime,
mm : '%d Minuten',
h : processRelativeTime,