Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / lib / moment / locale / dv.js
index 911b89d..8729b02 100644 (file)
@@ -1,13 +1,11 @@
 //! moment.js locale configuration
-//! locale : Maldivian [dv]
-//! author : Jawish Hameed : https://github.com/jawish
 
 ;(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 months = [
@@ -71,6 +69,7 @@
             future : 'ތެރޭގައި %s',
             past : 'ކުރިން %s',
             s : 'ސިކުންތުކޮޅެއް',
+            ss : 'd% ސިކުންތު',
             m : 'މިނިޓެއް',
             mm : 'މިނިޓު %d',
             h : 'ގަޑިއިރެއް',
         },
         week : {
             dow : 7,  // Sunday is the first day of the week.
-            doy : 12  // The week that contains Jan 1st is the first week of the year.
+            doy : 12  // The week that contains Jan 12th is the first week of the year.
         }
     });
 
     return dv;
 
-}));
\ No newline at end of file
+})));