From: Евгений Date: Thu, 19 Jan 2017 18:37:26 +0000 (+0400) Subject: Update ru.js X-Git-Tag: 2.19.0~37^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a3fc9e829b67982ab758769730933091cefd7b;p=thirdparty%2Fmoment.git Update ru.js --- 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. } });