From: Zeno Zeng Date: Fri, 13 Sep 2013 17:04:31 +0000 (+0800) Subject: set Monday as the first day of the week X-Git-Tag: 2.4.0~17^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8089e615101b8212fe1fc466a09dcbaf0b869f5;p=thirdparty%2Fmoment.git set Monday as the first day of the week --- diff --git a/lang/zh-cn.js b/lang/zh-cn.js index 462c1b9f2..2f686065c 100644 --- a/lang/zh-cn.js +++ b/lang/zh-cn.js @@ -96,6 +96,9 @@ MM : "%d个月", y : "1年", yy : "%d年" + }, + week : { + dow : 1 // Monday is the first day of the week. } }); }));