From: Nusret Parlak Date: Mon, 27 Feb 2017 11:42:54 +0000 (+0200) Subject: Day of week updated. X-Git-Tag: 2.18.0~19^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca50f145df1efedfeb4bf38f95f302753e7ffbe;p=thirdparty%2Fmoment.git Day of week updated. Day of week updated. --- diff --git a/locale/ar-kw.js b/locale/ar-kw.js index bbc5a7438..93c7dd54b 100644 --- a/locale/ar-kw.js +++ b/locale/ar-kw.js @@ -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. } });