aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/locale/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/locale/ru.js')
-rw-r--r--node_modules/moment/locale/ru.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/moment/locale/ru.js b/node_modules/moment/locale/ru.js
index b45731e36..356a0fa8c 100644
--- a/node_modules/moment/locale/ru.js
+++ b/node_modules/moment/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 4th is the first week of the year.
}
});