Upgrade moment from 2.19.3 to 2.24.0
[lhc/web/wiklou.git] / resources / lib / moment / locale / ka.js
index b9faf68..0ec5eb2 100644 (file)
@@ -1,13 +1,11 @@
 //! moment.js locale configuration
-//! locale : Georgian [ka]
-//! author : Irakli Janiashvili : https://github.com/irakli-janiashvili
 
 ;(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 ka = moment.defineLocale('ka', {
@@ -54,6 +52,7 @@
                 }
             },
             s : 'რამდენიმე წამი',
+            ss : '%d წამი',
             m : 'წუთი',
             mm : '%d წუთი',
             h : 'საათი',
@@ -65,7 +64,7 @@
             y : 'წელი',
             yy : '%d წელი'
         },
-        ordinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,
+        dayOfMonthOrdinalParse: /0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,
         ordinal : function (number) {
             if (number === 0) {
                 return number;
@@ -86,4 +85,4 @@
 
     return ka;
 
-}));
\ No newline at end of file
+})));