Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / lib / moment / locale / sq.js
index c224cac..eb081df 100644 (file)
@@ -1,15 +1,11 @@
 //! moment.js locale configuration
-//! locale : Albanian [sq]
-//! author : Flakërim Ismani : https://github.com/flakerimi
-//! author : Menelion Elensúle : https://github.com/Oire
-//! author : Oerd Cukalla : https://github.com/oerd
 
 ;(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 sq = moment.defineLocale('sq', {
@@ -46,6 +42,7 @@
             future : 'në %s',
             past : '%s më parë',
             s : 'disa sekonda',
+            ss : '%d sekonda',
             m : 'një minutë',
             mm : '%d minuta',
             h : 'një orë',
@@ -57,7 +54,7 @@
             y : 'një vit',
             yy : '%d vite'
         },
-        ordinalParse: /\d{1,2}\./,
+        dayOfMonthOrdinalParse: /\d{1,2}\./,
         ordinal : '%d.',
         week : {
             dow : 1, // Monday is the first day of the week.
@@ -67,4 +64,4 @@
 
     return sq;
 
-}));
\ No newline at end of file
+})));