From: mechuwind Date: Tue, 30 Jul 2013 12:49:22 +0000 (+0200) Subject: Update nn.js X-Git-Tag: 2.2.0~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F966%2Fhead;p=thirdparty%2Fmoment.git Update nn.js Update test for nn --- diff --git a/test/lang/nn.js b/test/lang/nn.js index 62b7c7b24..28105851a 100644 --- a/test/lang/nn.js +++ b/test/lang/nn.js @@ -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']