]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update ru.js
authorЕвгений <me.kuskov@gmail.com>
Thu, 19 Jan 2017 18:37:26 +0000 (22:37 +0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 6 Aug 2017 22:59:33 +0000 (01:59 +0300)
locale/ru.js

index b45731e36884a370113868f203356c516112f1fb..023dee72013faf175ad956d97239b052d04db04b 100644 (file)
@@ -174,7 +174,7 @@ var ru = moment.defineLocale('ru', {
     },
     week : {
         dow : 1, // Monday is the first day of the week.
-        doy : 7  // The week that contains Jan 1st is the first week of the year.
+        doy : 4  // The week that contains Jan 4st is the first week of the year.
     }
 });