]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
updating the danish lang test
authorThomas Carlsen <thomascarlsen86@gmail.com>
Tue, 28 Jan 2014 10:04:59 +0000 (11:04 +0100)
committerThomas Carlsen <thomascarlsen86@gmail.com>
Tue, 28 Jan 2014 10:04:59 +0000 (11:04 +0100)
updating the danish lang test to match the new danish lang file

test/lang/da.js

index 5c5ba26e13f9c62ccea722026f92d8a83001efed..df89a31157a2817b098ec738f236c6a1cbc96ec5 100644 (file)
@@ -54,12 +54,12 @@ exports["lang:da"] = {
                 ['a A',                                'pm PM'],
                 ['[den] DDDo [dag på året]',           'den 45. dag på året'],
                 ['L',                                  '14/02/2010'],
-                ['LL',                                 '14 februar 2010'],
-                ['LLL',                                '14 februar 2010 15:25'],
+                ['LL',                                 '14. februar 2010'],
+                ['LLL',                                '14. februar 2010 15:25'],
                 ['LLLL',                               'søndag 14. februar, 2010 15:25'],
                 ['l',                                  '14/2/2010'],
-                ['ll',                                 '14 feb 2010'],
-                ['lll',                                '14 feb 2010 15:25'],
+                ['ll',                                 '14. feb 2010'],
+                ['lll',                                '14. feb 2010 15:25'],
                 ['llll',                               'søn 14. feb, 2010 15:25']
             ],
             b = moment(new Date(2010, 1, 14, 15, 25, 50, 125)),