]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Day of week updated.
authorNusret Parlak <nusretparlak@hotmail.com>
Mon, 27 Feb 2017 11:42:54 +0000 (13:42 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 11 Mar 2017 22:53:52 +0000 (00:53 +0200)
Day of week updated.

locale/ar-kw.js

index bbc5a7438f5b6bb3f93707361911f456263382c5..93c7dd54b44390cb66bec486226245ce99f56981 100644 (file)
@@ -49,7 +49,7 @@ var arKw = moment.defineLocale('ar-kw', {
         yy : '%d سنوات'
     },
     week : {
-        dow : 7, // Sunday is the first day of the week.
+        dow : 0, // Sunday is the first day of the week.
         doy : 12  // The week that contains Jan 1st is the first week of the year.
     }
 });