aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/src/locale/lt.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/src/locale/lt.js')
-rw-r--r--node_modules/moment/src/locale/lt.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/moment/src/locale/lt.js b/node_modules/moment/src/locale/lt.js
index 1043cd326..d006e07c4 100644
--- a/node_modules/moment/src/locale/lt.js
+++ b/node_modules/moment/src/locale/lt.js
@@ -5,6 +5,7 @@
import moment from '../moment';
var units = {
+ 'ss' : 'sekundė_sekundžių_sekundes',
'm' : 'minutė_minutės_minutę',
'mm': 'minutės_minučių_minutes',
'h' : 'valanda_valandos_valandą',
@@ -85,6 +86,7 @@ export default moment.defineLocale('lt', {
future : 'po %s',
past : 'prieš %s',
s : translateSeconds,
+ ss : translate,
m : translateSingular,
mm : translate,
h : translateSingular,