]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update it.js
authorskakz <garofalo.luca@gmail.com>
Thu, 9 Oct 2014 07:56:53 +0000 (09:56 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 17 Nov 2014 05:29:05 +0000 (21:29 -0800)
test/locale/it.js

index 6ad5bdf17a75cf947d5f8602f98e6eb2221b3e54..dcc25d603cb7cae32181beff753c0cd43d20c463 100644 (file)
@@ -203,7 +203,7 @@ exports['locale:it'] = {
             
              // Different date string
             weekday = parseInt(m.format('d'), 10);
-            datestring = (weekday === 0 ) ? '[la scorsa] dddd [alle] LT' : '[lo scorso] dddd [alle] LT');
+            datestring = (weekday === 0 ) ? '[la scorsa] dddd [alle] LT' : '[lo scorso] dddd [alle] LT';
             
             test.equal(m.calendar(), m.format(datestring), 'Today - ' + i + ' days current time');
             m.hours(0).minutes(0).seconds(0).milliseconds(0);