diff options
Diffstat (limited to 'node_modules/moment/src/locale/en-gb.js')
-rw-r--r-- | node_modules/moment/src/locale/en-gb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/moment/src/locale/en-gb.js b/node_modules/moment/src/locale/en-gb.js index ccff36607..da235be35 100644 --- a/node_modules/moment/src/locale/en-gb.js +++ b/node_modules/moment/src/locale/en-gb.js @@ -30,6 +30,7 @@ export default moment.defineLocale('en-gb', { future : 'in %s', past : '%s ago', s : 'a few seconds', + ss : '%d seconds', m : 'a minute', mm : '%d minutes', h : 'an hour', |