From 30a3fc9e829b67982ab758769730933091cefd7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Thu, 19 Jan 2017 22:37:26 +0400 Subject: [PATCH] Update ru.js --- locale/ru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ru.js b/locale/ru.js index b45731e36..023dee720 100644 --- a/locale/ru.js +++ b/locale/ru.js @@ -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. } }); -- 2.47.2