From a218b4497540fcaf3f98b79ed9c0480f9dece580 Mon Sep 17 00:00:00 2001 From: Sigurd Gartmann Date: Wed, 8 Jul 2015 23:36:27 +0200 Subject: [PATCH] Using "sist" instead of "forrige", meaning "last" instead of "previous". When it is thursday and you write "previous tuesday", for many this mean "tuesday more than a week ago". Using "last" to avoid confusion. --- locale/nb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/nb.js b/locale/nb.js index 085bcd1b0..a3f88e9b3 100644 --- a/locale/nb.js +++ b/locale/nb.js @@ -29,7 +29,7 @@ nextDay: '[i morgen kl.] LT', nextWeek: 'dddd [kl.] LT', lastDay: '[i går kl.] LT', - lastWeek: '[forrige] dddd [kl.] LT', + lastWeek: '[sist] dddd [kl.] LT', sameElse: 'L' }, relativeTime : { -- 2.47.2