From d536c4d863b9317418f105ede75ce5fbc73544fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20T=C3=B8mmer=C3=A5s?= Date: Mon, 4 Apr 2016 15:49:13 +0200 Subject: [PATCH] Update norwegian locale 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/nb.js b/locale/nb.js index b8d76c631..6588b209a 100644 --- a/locale/nb.js +++ b/locale/nb.js @@ -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 +})); -- 2.47.2