]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
[locale] fix comment about "doy" (#4671)
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 31 Oct 2018 03:30:31 +0000 (23:30 -0400)
committerKunal Marwaha <marwahaha@berkeley.edu>
Wed, 31 Oct 2018 03:30:31 +0000 (23:30 -0400)
* fix date of year comments

* [locale] fix date of year comments

48 files changed:
src/lib/units/week.js
src/locale/ar-dz.js
src/locale/ar-kw.js
src/locale/ar-ly.js
src/locale/ar-ma.js
src/locale/ar-sa.js
src/locale/ar.js
src/locale/az.js
src/locale/be.js
src/locale/bg.js
src/locale/bn.js
src/locale/bo.js
src/locale/bs.js
src/locale/cv.js
src/locale/dv.js
src/locale/eo.js
src/locale/es-us.js
src/locale/eu.js
src/locale/fa.js
src/locale/gu.js
src/locale/hi.js
src/locale/hr.js
src/locale/hy-am.js
src/locale/id.js
src/locale/jv.js
src/locale/kk.js
src/locale/kn.js
src/locale/ky.js
src/locale/me.js
src/locale/mk.js
src/locale/mr.js
src/locale/ms-my.js
src/locale/ms.js
src/locale/my.js
src/locale/ne.js
src/locale/pa-in.js
src/locale/ro.js
src/locale/sl.js
src/locale/sr-cyrl.js
src/locale/sr.js
src/locale/sw.js
src/locale/ta.js
src/locale/te.js
src/locale/tr.js
src/locale/tzm-latn.js
src/locale/tzm.js
src/locale/uk.js
src/locale/uz-latn.js

index da64ffef328a68491c6211b2fbc350ed4d96100c..fbb669eafa0e093b5a432e0d31d0fdf589988d8f 100644 (file)
@@ -43,7 +43,7 @@ export function localeWeek (mom) {
 
 export var defaultLocaleWeek = {
     dow : 0, // Sunday is the first day of the week.
-    doy : 6  // The week that contains Jan 1st is the first week of the year.
+    doy : 6  // The week that contains Jan 6th is the first week of the year.
 };
 
 export function localeFirstDayOfWeek () {
index f01a30d57ddf511c073bc44c38e3989ecce33d71..b485b5a781ba94e0855a28e2716e5ef678831131 100644 (file)
@@ -45,7 +45,7 @@ export default moment.defineLocale('ar-dz', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 4  // 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.
     }
 });
 
index 684abb738d8e0a0c2fb8ee0a1036b3b4dba91f7b..90df0edb7cf8d17a24873fb70d33026b6c6bb4e3 100644 (file)
@@ -45,6 +45,6 @@ export default moment.defineLocale('ar-kw', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
index b6b500209946a93ed1680051948b646829793824..77fe8d86ea9c24510f692ece0d757112f86b8793 100644 (file)
@@ -108,6 +108,6 @@ export default moment.defineLocale('ar-ly', {
     },
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
index b1af907bf665cea6c28cca24c596a9121e9d7e7e..fa99b0783cb4ff8f888cec6bf7983794982272cb 100644 (file)
@@ -46,7 +46,7 @@ export default moment.defineLocale('ar-ma', {
     },
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
 
index 65ba6a1c8941a86e3759a9915ed2039e64096889..129c367b3cf765936f40d8df0e808f8d60767a2f 100644 (file)
@@ -90,7 +90,7 @@ export default moment.defineLocale('ar-sa', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index 92f368d188694e401d63a0a736e88732384499a5..bbae8d5e8d83d6e3113a8db9af091c5f1bdd2422 100644 (file)
@@ -123,6 +123,6 @@ export default moment.defineLocale('ar', {
     },
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
index 4fea428f7d29e57f57c3ba307b18e8f6e146d61f..09acef76b53fe837667c14f28cd0465ccf502e36 100644 (file)
@@ -91,7 +91,7 @@ export default moment.defineLocale('az', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index e106f241c1666977276ef8742163bad1daa1b1ed..e163c01b0123eec73856558cf698d16fac630382 100644 (file)
@@ -120,7 +120,7 @@ export default moment.defineLocale('be', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 5ce4dca5042b1cbb06936479f537089d5855a292..ebe9a903e63850d8629db8643aa1bb799c6b842c 100644 (file)
@@ -76,7 +76,7 @@ export default moment.defineLocale('bg', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index a859a23a5b29a582e03a1d72b89b07ea78a54906..b0db27ebd21a8c41f57077bc5f6f3f4b06824b9f 100644 (file)
@@ -105,6 +105,6 @@ export default moment.defineLocale('bn', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
index a536d482f7cf4b47c755481a09cf2f244b5ff2d4..b4a04be05b780b8962efe529910aa79cf1185704 100644 (file)
@@ -105,7 +105,7 @@ export default moment.defineLocale('bo', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index f605c4d6dfad97643b51de102c2d68a62cf24f7e..8a0f640df87894717136eac9abd3ecf949d7e42e 100644 (file)
@@ -138,6 +138,6 @@ export default moment.defineLocale('bs', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index d97d4d92c78767e73c6a802538429e65991889c6..2443f0aaa988b860b9b2c1a7379b1ef7ec431940 100644 (file)
@@ -49,6 +49,6 @@ export default moment.defineLocale('cv', {
     ordinal : '%d-мӗш',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 3268843ca1f8bedd36dc112b808f8805ff52bb2a..67c40be3b16f32786bcfd8c958b8cc51101749d9 100644 (file)
@@ -85,6 +85,6 @@ export default moment.defineLocale('dv', {
     },
     week : {
         dow : 7,  // Sunday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
index 66c1ac06e02f1c8918cc855828f7ef429f8e35e5..0345d8c29c68483a297acb6a5ae0b1bde700c5dd 100644 (file)
@@ -59,7 +59,7 @@ export default moment.defineLocale('eo', {
     ordinal : '%da',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 9fa1460fea13a5ff507b17862065a897702080fe..bc6b57c07b93848e2c5252e834f9b811246e391e 100644 (file)
@@ -69,6 +69,6 @@ export default moment.defineLocale('es-us', {
     ordinal : '%dº',
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
index d544788039437afc948297af52b064587819be4f..d7658de6322e79e2c71753b22470784553953f59 100644 (file)
@@ -52,7 +52,7 @@ export default moment.defineLocale('eu', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index cf503c15963e130033e1da10f2c598f659354696..0d377a5d647009554f2999aebe615b9d5073f255 100644 (file)
@@ -92,7 +92,7 @@ export default moment.defineLocale('fa', {
     ordinal : '%dÙ…',
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12 // The week that contains Jan 1st is the first week of the year.
+        doy : 12 // The week that contains Jan 12th is the first week of the year.
     }
 });
 
index ecde951f021d3d2f4eaba3a688df66dbf63c7e63..af91dfc3847ad8f3a3869f5996c900abd19dce89 100644 (file)
@@ -110,6 +110,6 @@ export default moment.defineLocale('gu', {
     },
     week: {
         dow: 0, // Sunday is the first day of the week.
-        doy: 6 // The week that contains Jan 1st is the first week of the year.
+        doy: 6 // The week that contains Jan 6th is the first week of the year.
     }
 });
index f3471600fb47493c9c47cfbeec933780107a84f0..0ac41faf087d07ae6b6583563fcc36c1b11fa261 100644 (file)
@@ -110,7 +110,7 @@ export default moment.defineLocale('hi', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index aa3b8533890da3277c8bab440afd9b4ee568a8f6..188b8c3a5598867af7bde99c069c3c6b301c25b5 100644 (file)
@@ -140,6 +140,6 @@ export default moment.defineLocale('hr', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 1918a57a04d5416bcbfeb0fecd51c6bd8cfdda4a..6fd533b0c763c2188286bf5e7256456c62ba5e77 100644 (file)
@@ -81,7 +81,7 @@ export default moment.defineLocale('hy-am', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 52b1ccc08a2ef56d9d298d7dbc19164809a83091..9fa7bffad5f3bc2c001a018ba93c214a5dec612d 100644 (file)
@@ -69,6 +69,6 @@ export default moment.defineLocale('id', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 31fc9ad9df8ba84ade3a1546c33014d1bf6e2402..f648f16806fde6dfc4d3dd072d982f14eb30a178 100644 (file)
@@ -69,6 +69,6 @@ export default moment.defineLocale('jv', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 1917a9b5a3267b1ce7f88f9687551fa8fbf1ff25..ab79a21b1e7fabc4f79b41e7dd30c4193613c10b 100644 (file)
@@ -73,6 +73,6 @@ export default moment.defineLocale('kk', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index d4b65e81a415d7261b8dc778b1bd663942a834b3..0228e74b3c0e235a90b9706a2fc5ac17e729f2fd 100644 (file)
@@ -112,6 +112,6 @@ export default moment.defineLocale('kn', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
index aa7f1b2e897a008fe928eb2dd32aa55820980e4d..cc53dadf9282e5eacbc0cc977e236186819541e0 100644 (file)
@@ -74,6 +74,6 @@ export default moment.defineLocale('ky', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 120c997d1305740914882dd885125e5d09a55791..b42e9c8037c443dd65ad4b966f5f70c6322d864f 100644 (file)
@@ -98,6 +98,6 @@ export default moment.defineLocale('me', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 6d6e0b40a0b15349cd103636cdc443177a920396..701ab6554a6ac10aa3b72e76d9e12fe71497d4c3 100644 (file)
@@ -76,7 +76,7 @@ export default moment.defineLocale('mk', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 415644ad378f90cd011a6dcbf53a94fac0ef75f5..8086ba281dddea695775db7f945a4763bec79657 100644 (file)
@@ -147,7 +147,7 @@ export default moment.defineLocale('mr', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index 03fcaa9fa673b386ee51034df0a178f1902726e6..bd255aed5406dec9ca2a26b2b3655f6951bf61e1 100644 (file)
@@ -69,7 +69,7 @@ export default moment.defineLocale('ms-my', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 9f691472edf8b31caa6f151dd3aa8eddee9ff561..83ad1ac13216dff2a01f198170e0050c2e0d6a34 100644 (file)
@@ -68,7 +68,7 @@ export default moment.defineLocale('ms', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 7e98f7f6679f201e53b8acc9f9db6e29da9496cc..b2ba8664408f54e87fc2198506f27766d04cbe00 100644 (file)
@@ -81,7 +81,7 @@ export default moment.defineLocale('my', {
     },
     week: {
         dow: 1, // Monday is the first day of the week.
-        doy: 4 // 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.
     }
 });
 
index 841198d1443799f14b3b3cfa43f2f73313229aa0..38e5e821b70ef61928e54ea4bf7f993d5b4a77b7 100644 (file)
@@ -109,7 +109,7 @@ export default moment.defineLocale('ne', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index 6b8535094313bff871bbd07ba9ca738066c0b965..89c83f6c85d793dad2887994ebbf8a31fe731cb2 100644 (file)
@@ -110,7 +110,7 @@ export default moment.defineLocale('pa-in', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index af621d5104625af1f4b39a811051110adfd00f35..2d4f19e782110ca592c7bea95c64201aeaffc92f 100644 (file)
@@ -62,7 +62,7 @@ export default moment.defineLocale('ro', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 8ece81bfa4dbd183eeb81d521e758a5f436e2cb9..0012e15a573993196213a5babb7a8471032d10ed 100644 (file)
@@ -159,6 +159,6 @@ export default moment.defineLocale('sl', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index fc10aee7e5c871042cefae3c8afa63b9a847265e..3b9a5734544210ceaccc67e58c42a36bb8d59f38 100644 (file)
@@ -97,6 +97,6 @@ export default moment.defineLocale('sr-cyrl', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 2118262d6933b6caba88e3c8dcd3411110024d69..12c3f2467a31284bcd352baa37e2689357bcfe23 100644 (file)
@@ -97,6 +97,6 @@ export default moment.defineLocale('sr', {
     ordinal : '%d.',
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
index 833de80c762db5f12c6e1ea91b33635b3b80e4ab..ec1e54366c1fbb2e415cdafe81efd9a27094429a 100644 (file)
@@ -45,7 +45,7 @@ export default moment.defineLocale('sw', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 9969cb5c5d74b65bd2223d56bc5dac95c91098df..5d3d921209bbada26c2262635cb9455212f49f8b 100644 (file)
@@ -115,7 +115,7 @@ export default moment.defineLocale('ta', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
 
index 8fd276744f97eff33451c2d246ef145eb2e1d1dd..03f548b221b75e94d87605d1e4a6ffae9ab8784f 100644 (file)
@@ -75,6 +75,6 @@ export default moment.defineLocale('te', {
     },
     week : {
         dow : 0, // Sunday is the first day of the week.
-        doy : 6  // The week that contains Jan 1st is the first week of the year.
+        doy : 6  // The week that contains Jan 6th is the first week of the year.
     }
 });
index b5e8ad79c01e9f899cd674139517bb5f94935d8d..1eaa700d5edc111b0dd8aabdac68b594ea59fe2b 100644 (file)
@@ -84,7 +84,7 @@ export default moment.defineLocale('tr', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 23d2efaa3be5a58456179c187acf048dcb4158f0..6adf550485cb98683572ef8d0e16e89e3252d247 100644 (file)
@@ -44,7 +44,7 @@ export default moment.defineLocale('tzm-latn', {
     },
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
 
index 04c1954bf268c115f383c06a1323624f52350224..ae7651d785986a683726dec2ff53c5bc2d9a2a28 100644 (file)
@@ -44,7 +44,7 @@ export default moment.defineLocale('tzm', {
     },
     week : {
         dow : 6, // Saturday is the first day of the week.
-        doy : 12  // The week that contains Jan 1st is the first week of the year.
+        doy : 12  // The week that contains Jan 12th is the first week of the year.
     }
 });
 
index 889e017ac437082d014dc70e506fcaec29123d98..83e5b71caf8aad408f6a0e5287e8994492ce2501 100644 (file)
@@ -138,7 +138,7 @@ export default moment.defineLocale('uk', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });
 
index 2ba7ea67b15ce9954ac217a97456e3f37450274e..7dda237326bb27c450ad50f87b67aa5c0427bd44 100644 (file)
@@ -44,7 +44,7 @@ export default moment.defineLocale('uz-latn', {
     },
     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 : 7  // The week that contains Jan 7th is the first week of the year.
     }
 });