]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update nn.js 966/head
authormechuwind <martinjarrettno@gmail.com>
Tue, 30 Jul 2013 12:49:22 +0000 (14:49 +0200)
committermechuwind <martinjarrettno@gmail.com>
Tue, 30 Jul 2013 12:49:22 +0000 (14:49 +0200)
Update test for nn

test/lang/nn.js

index 62b7c7b247e7eb17d79a39ae435165b30dc5a6fc..28105851aaa6d9f421643d34ec43deeb1b1217b6 100644 (file)
@@ -55,11 +55,11 @@ exports["lang:nn"] = {
                 ['s ss',                               '50 50'],
                 ['a A',                                'pm PM'],
                 ['[the] DDDo [day of the year]',       'the 45. day of the year'],
-                ['L',                                  '2010-02-14'],
+                ['L',                                  '14.02.2010'],
                 ['LL',                                 '14 februar 2010'],
                 ['LLL',                                '14 februar 2010 15:25'],
                 ['LLLL',                               'sundag 14 februar 2010 15:25'],
-                ['l',                                  '2010-2-14'],
+                ['l',                                  '14.2.2010'],
                 ['ll',                                 '14 feb 2010'],
                 ['lll',                                '14 feb 2010 15:25'],
                 ['llll',                               'sun 14 feb 2010 15:25']