From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- node_modules/moment/src/locale/tlh.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node_modules/moment/src/locale/tlh.js') diff --git a/node_modules/moment/src/locale/tlh.js b/node_modules/moment/src/locale/tlh.js index 857d9a716..324edc675 100644 --- a/node_modules/moment/src/locale/tlh.js +++ b/node_modules/moment/src/locale/tlh.js @@ -33,6 +33,8 @@ function translatePast(output) { function translate(number, withoutSuffix, string, isFuture) { var numberNoun = numberAsNoun(number); switch (string) { + case 'ss': + return numberNoun + ' lup'; case 'mm': return numberNoun + ' tup'; case 'hh': @@ -90,6 +92,7 @@ export default moment.defineLocale('tlh', { future : translateFuture, past : translatePast, s : 'puS lup', + ss : translate, m : 'wa’ tup', mm : translate, h : 'wa’ rep', -- cgit v1.2.3