]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed test/lang to take into account e/E format token
authorIskren Chernev <iskren.chernev@gmail.com>
Wed, 24 Apr 2013 09:54:34 +0000 (02:54 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 24 Apr 2013 09:54:49 +0000 (02:54 -0700)
43 files changed:
lang/de.js
lang/eo.js
lang/es.js
lang/eu.js
lang/pt-br.js
lang/pt.js
test/lang/ar-ma.js
test/lang/ar.js
test/lang/bg.js
test/lang/da.js
test/lang/de.js
test/lang/el.js
test/lang/en-ca.js
test/lang/en-gb.js
test/lang/en.js
test/lang/eo.js
test/lang/es.js
test/lang/eu.js
test/lang/fi.js
test/lang/fr-ca.js
test/lang/fr.js
test/lang/he.js
test/lang/hu.js
test/lang/id.js
test/lang/it.js
test/lang/ja.js
test/lang/lv.js
test/lang/ms-my.js
test/lang/nb.js
test/lang/nl.js
test/lang/pl.js
test/lang/pt-br.js
test/lang/pt.js
test/lang/ru.js
test/lang/sl.js
test/lang/sv.js
test/lang/th.js
test/lang/tzm-la.js
test/lang/tzm.js
test/lang/uk.js
test/lang/zh-cn.js
test/lang/zh-tw.js
test/moment/create.js

index c3a2e47d347ef083f6147c65e6e6bd71c72895c9..404dd987552c7e401132e8958516f739292352df 100644 (file)
@@ -9,7 +9,7 @@ require('../moment').lang('de', {
     weekdaysShort : "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),
     weekdaysMin : "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
     longDateFormat : {
-        LT: "H:mm U\\hr",
+        LT: "H:mm [Uhr]",
         L : "DD.MM.YYYY",
         LL : "D. MMMM YYYY",
         LLL : "D. MMMM YYYY LT",
index 6637fa29caaee8584ad9e8a27248a8536e7058f2..0e08cad68f2b0ee9330923b663e7e115e7d232e7 100644 (file)
@@ -13,9 +13,9 @@ require('../moment').lang('eo', {
     longDateFormat : {
         LT : "HH:mm",
         L : "YYYY-MM-DD",
-        LL : "D-\\an \\de MMMM, YYYY",
-        LLL : "D-\\an \\de MMMM, YYYY LT",
-        LLLL : "dddd, \\l\\a D-\\an \\d\\e MMMM, YYYY LT"
+        LL : "D[-an de] MMMM, YYYY",
+        LLL : "D[-an de] MMMM, YYYY LT",
+        LLLL : "dddd, [la] D[-an de] MMMM, YYYY LT"
     },
     meridiem : function (hours, minutes, isLower) {
         if (hours > 11) {
index f935bd1885f5c292ce8c1204857ba226bf42f25c..0a690b7e2970212d74a5028ee28c10808ddc57ff 100644 (file)
@@ -11,9 +11,9 @@ require('../moment').lang('es', {
     longDateFormat : {
         LT : "H:mm",
         L : "DD/MM/YYYY",
-        LL : "D \\de MMMM \\de YYYY",
-        LLL : "D \\de MMMM \\de YYYY LT",
-        LLLL : "dddd, D \\de MMMM \\de YYYY LT"
+        LL : "D [de] MMMM [de] YYYY",
+        LLL : "D [de] MMMM [de] YYYY LT",
+        LLLL : "dddd, D [de] MMMM [de] YYYY LT"
     },
     calendar : {
         sameDay : function () {
index 6f0e4cb72a8d8b5821354a6da41d3b3bac6cbc18..6be894a8a1238c2672953e5a5dab0fc326c1727c 100644 (file)
@@ -11,13 +11,13 @@ require('../moment').lang('eu', {
     longDateFormat : {
         LT : "HH:mm",
         L : "YYYY-MM-DD",
-        LL : "YYYYko MMMMren D[a]",
-        LLL : "YYYYko MMMMren D[a] LT",
-        LLLL : "dddd, YYYYko MMMMren D[a] LT",
+        LL : "YYYY[ko] MMMM[ren] D[a]",
+        LLL : "YYYY[ko] MMMM[ren] D[a] LT",
+        LLLL : "dddd, YYYY[ko] MMMM[ren] D[a] LT",
         l : "YYYY-M-D",
-        ll : "YYYYko MMM D[a]",
-        lll : "YYYYko MMM D[a] LT",
-        llll : "ddd, YYYYko MMM D[a] LT"
+        ll : "YYYY[ko] MMM D[a]",
+        lll : "YYYY[ko] MMM D[a] LT",
+        llll : "ddd, YYYY[ko] MMM D[a] LT"
     },
     calendar : {
         sameDay : '[gaur] LT[etan]',
index 2427097e18888f03a87ebd1f05716be54b564d87..bdb441d1edaaf25c4afd038b08d2a9fc05677f59 100644 (file)
@@ -11,9 +11,9 @@ require('../moment').lang('pt-br', {
     longDateFormat : {
         LT : "HH:mm",
         L : "DD/MM/YYYY",
-        LL : "D \\de MMMM \\de YYYY",
-        LLL : "D \\de MMMM \\de YYYY LT",
-        LLLL : "dddd, D \\de MMMM \\de YYYY LT"
+        LL : "D [de] MMMM [de] YYYY",
+        LLL : "D [de] MMMM [de] YYYY LT",
+        LLLL : "dddd, D [de] MMMM [de] YYYY LT"
     },
     calendar : {
         sameDay: '[Hoje às] LT',
index b199b8e570b33d64e8a5cc7320a7da37b447774a..01a5f0842f340b88e2cf85b67cb723dc0d5eb0f2 100644 (file)
@@ -11,9 +11,9 @@ require('../moment').lang('pt', {
     longDateFormat : {
         LT : "HH:mm",
         L : "DD/MM/YYYY",
-        LL : "D \\de MMMM \\de YYYY",
-        LLL : "D \\de MMMM \\de YYYY LT",
-        LLLL : "dddd, D \\de MMMM \\de YYYY LT"
+        LL : "D [de] MMMM [de] YYYY",
+        LLL : "D [de] MMMM [de] YYYY LT",
+        LLLL : "dddd, D [de] MMMM [de] YYYY LT"
     },
     calendar : {
         sameDay: '[Hoje às] LT',
index 284db6b3e5513a78b886a892e6d43c80ff39e34c..3afd38d90bf71b12a7e69db5eeac10296626fc58 100644 (file)
@@ -50,7 +50,7 @@ exports["lang:ar-ma"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 فبراير 2010'],
                 ['LLL',                                '14 فبراير 2010 15:25'],
index 4d4709624b76c7a25aa3b0c3440f62f19765e458..d18c848e1033bc694707281b35783cd2362fce68 100644 (file)
@@ -50,7 +50,7 @@ exports["lang:ar"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 فبراير/ شباط 2010'],
                 ['LLL',                                '14 فبراير/ شباط 2010 15:25'],
index 97aababe0ff0d50acfecb9d12e2dc4d57e8af2a1..7b4b99370dad125acd968707f6f99d03896b430e 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:bg"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45-ти day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45-ти day of the year'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 февруари 2010'],
                 ['LLL',                                '14 февруари 2010 3:25'],
index 23916a993d580e8f0b887e0dc9cd34bca964aa8d..eea4ca713659fff9a4c4bef943aa15a737596533 100644 (file)
@@ -40,7 +40,7 @@ exports["lang:da"] = {
     "format" : function(test) {
         test.expect(22);
         var a = [
-                ['dddd \\den Do MMMM YYYY, h:mm:ss a', 'Søndag den 14. Februar 2010, 3:25:50 pm'],
+                ['dddd [den] Do MMMM YYYY, h:mm:ss a', 'Søndag den 14. Februar 2010, 3:25:50 pm'],
                 ['ddd hA',                             'Søn 3PM'],
                 ['M Mo MM MMMM MMM',                   '2 2. 02 Februar Feb'],
                 ['YYYY YY',                            '2010 10'],
@@ -53,7 +53,7 @@ exports["lang:da"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['[den] DDDo \\d\\ag på året',         'den 45. dag på året'],
+                ['[den] DDDo [dag på året]',           'den 45. dag på året'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 Februar 2010'],
                 ['LLL',                                '14 Februar 2010 15:25'],
index da7b2a4580e809ad8f50c49e888e6c0715b31e62..35ac1a9b29c1268f239eaff058f088004df06708 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:de"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '14. Februar 2010'],
                 ['LLL',                                '14. Februar 2010 15:25 Uhr'],
index 7f8af15adcbcbf8ffdb53e0ae98468bcf7d8be2b..5011783fdaf9d719d9d17e2a604687f80405a9d7 100644 (file)
@@ -60,7 +60,7 @@ exports["lang:el"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'μμ ΜΜ'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45η day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45η day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 Φεβρουαρίου 2010'],
                 ['LLL',                                '14 Φεβρουαρίου 2010 3:25 ΜΜ'],
index b7af6f93b68617ef12530b5fa31780a8ac8f498e..2a65ffa9b199495cfd3bb2fffc34bab21db66fb5 100644 (file)
@@ -57,7 +57,7 @@ exports["lang:en-ca"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45th day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45th day of the year'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '14 February, 2010'],
                 ['LLL',                                '14 February, 2010 3:25 PM'],
index 2c9420bb73ea1552c6ad3ac90bc9a72c7621413b..f176f8c0cf20f1d8f1d81e22e7c85e34508c62ef 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:en-gb"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45th day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45th day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 February 2010'],
                 ['LLL',                                '14 February 2010 3:25 PM'],
index 1633461491c7a3ba9b1d6b54f3d323b24c5c1477..295b25e33764827345dc1522b05887e78a205df2 100644 (file)
@@ -58,7 +58,7 @@ exports["lang:en"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45th day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45th day of the year'],
                 ['L',                                  '02/14/2010'],
                 ['LL',                                 'February 14 2010'],
                 ['LLL',                                'February 14 2010 3:25 PM'],
index 1d7fa76939936ca449e4139730375ce8d4c1e0af..af9e857008f7a63ed20a4666b8e01b29b9483102 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:eo"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'p.t.m. P.T.M.'],
-                ['\\l\\a DDDo t\\ago \\d\\e \\l\\a j\\aro', 'la 45a tago de la jaro'],
+                ['[la] DDDo [tago] [de] [la] [jaro]',  'la 45a tago de la jaro'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '14-an de februaro, 2010'],
                 ['LLL',                                '14-an de februaro, 2010 15:25'],
index 2cf99bedf49ff157448720bda2283aafc880f826..bd337aa3309b53e6d1752eb46d350efc4db48112 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:es"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45º day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45º day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 de febrero de 2010'],
                 ['LLL',                                '14 de febrero de 2010 15:25'],
index cbca3f06ac8cea4ba0fa22ac3a4492f86c2946dd..bdce555b7089e30ed621ae587bcb2f427f8a5a5d 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:eu"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '2010ko otsailaren 14a'],
                 ['LLL',                                '2010ko otsailaren 14a 15:25'],
index 651bfe84026548c2b8a4c9650d04bc992d3e532f..345eab3dbf9d1c0c5a47c036980af814dc6e0c89 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:fi"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['vuo\\den DDDo päivä',                'vuoden 45. päivä'],
+                ['[vuoden] DDDo [päivä]',              'vuoden 45. päivä'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '14. helmikuuta 2010'],
                 ['LLL',                                '14. helmikuuta 2010, klo 15.25'],
index d427b37cbe4595171d03b7dfddf578ae818b423a..7448253de302091929ba7124791bc880820860cd 100644 (file)
@@ -57,7 +57,7 @@ exports["lang:fr-ca"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '14 février 2010'],
                 ['LLL',                                '14 février 2010 15:25'],
index b78b7fbbcf5f009623ef99a27d87bbb545efc207..18fb5310bef6b87061b59ebdf00b5147d6d725f4 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:fr"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 février 2010'],
                 ['LLL',                                '14 février 2010 15:25'],
index d168080cf7f5854b7a67cc3ebe7fbaa1bb4e5699..fd4f06c912437059d54d73b7afd87646e7de06d4 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:he"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 בפברואר 2010'],
                 ['LLL',                                '14 בפברואר 2010 15:25'],
index 1ab11fc875b331a45f6ad2458931ca28cedb08f0..4a5ca904eed275cb7116a3bbb2956e357d332cf8 100644 (file)
@@ -52,7 +52,7 @@ exports["lang:hu"] = {
                 ['H HH',                               '15 15'],
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
-                ['\\az év DDDo n\\apj\\a',             'az év 45. napja'],
+                ['[az év] DDDo [napja]',               'az év 45. napja'],
                 ['L',                                  '2010.02.14.'],
                 ['LL',                                 '2010. február 14.'],
                 ['LLL',                                '2010. február 14., 15:25'],
index 9f14459e821fd1d1136487083259b9818c6678e2..17ff0835572781a3cab82aa50380389bad8ac34c 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:id"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'sore sore'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 Februari 2010'],
                 ['LLL',                                '14 Februari 2010 pukul 15.25'],
index e9392925110495e7867521ef95e395ff464155be..3a17a00fa8177e0b1604ff4efc5a036c56d79be2 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:it"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45º day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45º day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 Febbraio 2010'],
                 ['LLL',                                '14 Febbraio 2010 15:25'],
index f363f56921264339978f3b44feee50505ea8f508..cb315d97755d991c807bcf9130646cdfaf7549fb 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:ja"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                '午後 午後'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '2010/02/14'],
                 ['LL',                                 '2010年2月14日'],
                 ['LLL',                                '2010年2月14日午後3時25分'],
index 93723cbcffd3aa02a652e9b2de714ee08590b823..e256f813479385477a578258d01437ac20debe0f 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:lv"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '2010. gada 14. februāris'],
                 ['LLL',                                '2010. gada 14. februāris, 15:25'],
index e9ea09cde5cc36067f52364105e73958eb7f210a..70f1a68e81464fc64730edf94369946613d353b5 100644 (file)
@@ -58,7 +58,7 @@ exports["lang:ms-my"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'petang petang'],
-                ['\\h\\a\\ri ke DDDo t\\a\\hun ini', 'hari ke 45 tahun ini'],
+                ['[hari] [ke] DDDo [tahun] ini', 'hari ke 45 tahun ini'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 Februari 2010'],
                 ['LLL',                                '14 Februari 2010 pukul 15.25'],
index d51b31008f14126344451b7c072642ebb4224af9..f53a1fcd442f4df86878798924a5658694ee463b 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:nb"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '14 februar 2010'],
                 ['LLL',                                '14 februar 2010 15:25'],
index b2aaca775f8f29e6f6648b818377a1b99401050f..935aa84237694162b16d9e85b418cacdce494fce 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:nl"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45ste day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45ste day of the year'],
                 ['L',                                  '14-02-2010'],
                 ['LL',                                 '14 februari 2010'],
                 ['LLL',                                '14 februari 2010 15:25'],
index e7f4fd1da0f42f5862a5816ced3b7172cf8f3c4c..06d8ef855bf4d5fd8096f17beabd1d986d4f2e31 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:pl"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14-02-2010'],
                 ['LL',                                 '14 luty 2010'],
                 ['LLL',                                '14 luty 2010 15:25'],
index 32a8bffb1d48ebc3b30229dfc8effc343bd5c2dc..7f5b9c0aa86b407da44838a46c351e89e45e09b0 100644 (file)
@@ -58,7 +58,7 @@ exports["lang:pt-br"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45º day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45º day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 de Fevereiro de 2010'],
                 ['LLL',                                '14 de Fevereiro de 2010 15:25'],
index 8f270bcd5449fb2a8397765e3c6a6eccaaeca157..9ee5d3c441d8b13ba3ffbc6392fb3dc33c7eeb54 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:pt"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45º day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45º day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 de Fevereiro de 2010'],
                 ['LLL',                                '14 de Fevereiro de 2010 15:25'],
index 83b49836feec54f924c8d5e2d7d2035574a476de..919f370c2976fa467faa35716bf85f39b0169892 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:ru"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 февраля 2010 г.'],
                 ['LLL',                                '14 февраля 2010 г., 15:25'],
index 81f73e6ef0fb8b361cfc7fc915e7e4ffae1b502f..8aa84a0e0c7ddb71db9af48f1914c9e104150301 100644 (file)
@@ -54,7 +54,7 @@ exports["lang:sl"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14. 02. 2010'],
                 ['LL',                                 '14. februar 2010'],
                 ['LLL',                                '14. februar 2010 15:25'],
index 9fe33e8a3bdd11ef1bb6dd91b24434dc9c752163..3b9adf63df19514aa2273c2c8295e38bf00dc5a5 100644 (file)
@@ -52,7 +52,7 @@ exports["lang:sv"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45e day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45e day of the year'],
                 ['L',                                  '2010-02-14'],
                 ['LL',                                 '14 februari 2010'],
                 ['LLL',                                '14 februari 2010 15:25'],
index b031bbc5095aed4713e1dd7d90758e30051bf227..a0cb4c4939b853bb185172399a630c971c176e8c 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:th"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'หลังเที่ยง หลังเที่ยง'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '2010/02/14'],
                 ['LL',                                 '14 กุมภาพันธ์ 2010'],
                 ['LLL',                                '14 กุมภาพันธ์ 2010 เวลา 15 นาฬิกา 25 นาที'],
index 24fe93c2b1531fadb6fde851b3d9f6b33409607a..7809772e131e9dddde82a602fb34fe422389a376 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:tzm-la"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 brˤayrˤ 2010'],
                 ['LLL',                                '14 brˤayrˤ 2010 15:25'],
index 9d1d631b1ea78710a6ac2e5599e949dc608d8d77..6675094496f3ae6c72ea32929f6e611236bc87a2 100644 (file)
@@ -51,7 +51,7 @@ exports["lang:tzm"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '14/02/2010'],
                 ['LL',                                 '14 ⴱⵕⴰⵢⵕ 2010'],
                 ['LLL',                                '14 ⴱⵕⴰⵢⵕ 2010 15:25'],
index 9346f4bfbfd473f07bf4d9c3fa38070e79e729dc..4fb65858e0a55ea3ade5197b5bc2fce390096c10 100644 (file)
@@ -53,7 +53,7 @@ exports["lang:uk"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45. day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45. day of the year'],
                 ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 лютого 2010 г.'],
                 ['LLL',                                '14 лютого 2010 г., 15:25'],
index 622133ef5f1966d6eb26d62401729f65d326229c..4a72e19bd7c5d400e0ff0c17be9bda3c2cbd3e3a 100644 (file)
@@ -57,7 +57,7 @@ exports["lang:zh-cn"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                '下午 下午'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '2010年2月14日'],
                 ['LL',                                 '2010年2月14日'],
                 ['LLL',                                '2010年2月14日下午3点25'],
index 8a066749ff9e0b820a11ada2e1ad749b8f11c41b..3c26815d844265857cb3e0fcecbc68cb788e0bc1 100644 (file)
@@ -55,7 +55,7 @@ exports["lang:zh-tw"] = {
                 ['m mm',                               '25 25'],
                 ['s ss',                               '50 50'],
                 ['a A',                                '下午 下午'],
-                ['t\\he DDDo \\d\\ay of t\\he ye\\ar', 'the 45 day of the year'],
+                ['[the] DDDo [day of the year]',       'the 45 day of the year'],
                 ['L',                                  '2010年2月14日'],
                 ['LL',                                 '2010年2月14日'],
                 ['LLL',                                '2010年2月14日下午3點25'],
index 09805238ff77ebee2f682f05b2f53dc890994ed7..c932732f50d0e918ac5abad2d32c4844ef7086fd 100644 (file)
@@ -150,7 +150,7 @@ exports.create = {
                 ['h:mm a',              '12:30 am'],
                 ['HH:mm',               '12:00'],
                 ['YYYY-MM-DDTHH:mm:ss', '2011-11-11T11:11:11'],
-                ['MM-DD-YYYY \\M',      '12-02-1999 M'],
+                ['MM-DD-YYYY [M]',      '12-02-1999 M'],
                 ['ddd MMM DD HH:mm:ss YYYY', 'Tue Apr 07 22:52:51 2009'],
                 ['HH:mm:ss',            '12:00:00'],
                 ['HH:mm:ss',            '12:30:00'],