Upgrade moment from 2.19.3 to 2.24.0
[lhc/web/wiklou.git] / resources / lib / moment / locale / vi.js
index ba207e9..6fcbeaf 100644 (file)
@@ -1,13 +1,11 @@
 //! moment.js locale configuration
-//! locale : Vietnamese [vi]
-//! author : Bang Nguyen : https://github.com/bangnk
 
 ;(function (global, factory) {
    typeof exports === 'object' && typeof module !== 'undefined'
        && typeof require === 'function' ? factory(require('../moment')) :
    typeof define === 'function' && define.amd ? define(['../moment'], factory) :
    factory(global.moment)
-}(this, function (moment) { 'use strict';
+}(this, (function (moment) { 'use strict';
 
 
     var vi = moment.defineLocale('vi', {
@@ -53,6 +51,7 @@
             future : '%s tới',
             past : '%s trước',
             s : 'vài giây',
+            ss : '%d giây' ,
             m : 'một phút',
             mm : '%d phút',
             h : 'một giờ',
@@ -64,7 +63,7 @@
             y : 'một năm',
             yy : '%d năm'
         },
-        ordinalParse: /\d{1,2}/,
+        dayOfMonthOrdinalParse: /\d{1,2}/,
         ordinal : function (number) {
             return number;
         },
@@ -76,4 +75,4 @@
 
     return vi;
 
-}));
\ No newline at end of file
+})));