]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
updating the danish lang test to match latest commit
authorThomas Carlsen <thomascarlsen86@gmail.com>
Wed, 29 Jan 2014 08:56:14 +0000 (09:56 +0100)
committerThomas Carlsen <thomascarlsen86@gmail.com>
Wed, 29 Jan 2014 08:56:14 +0000 (09:56 +0100)
thx to @Kordonme

test/lang/da.js

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