]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update norwegian locale
authorAlexander Tømmerås <flugged@gmail.com>
Mon, 4 Apr 2016 13:49:13 +0000 (15:49 +0200)
committerIskren Chernev <iskren.chernev@gmail.com>
Sat, 16 Apr 2016 07:46:27 +0000 (00:46 -0700)
The "for" is not needed for the sentence to make sense in Norwegian, and this will give the developer the chance to omit the "for" if wanted. This is also more consistent compared to the other locales in this repository.

locale/nb.js

index b8d76c631506485fcb4ed81d8c0463b7bf8a5062..6588b209adb923ce55fa8819ba843b7955a14e08 100644 (file)
@@ -35,7 +35,7 @@
         },
         relativeTime : {
             future : 'om %s',
-            past : 'for %s siden',
+            past : '%s siden',
             s : 'noen sekunder',
             m : 'ett minutt',
             mm : '%d minutter',
@@ -58,4 +58,4 @@
 
     return nb;
 
-}));
\ No newline at end of file
+}));