From: Thomas Carlsen Date: Tue, 28 Jan 2014 10:04:59 +0000 (+0100) Subject: updating the danish lang test X-Git-Tag: 2.7.0~15^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225fa4a09c402a60c422b66d95b96611e8c12e08;p=thirdparty%2Fmoment.git updating the danish lang test updating the danish lang test to match the new danish lang file --- diff --git a/test/lang/da.js b/test/lang/da.js index 5c5ba26e1..df89a3115 100644 --- a/test/lang/da.js +++ b/test/lang/da.js @@ -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)),