From: Jordi Date: Thu, 1 Mar 2012 09:44:28 +0000 (+0100) Subject: Update lang/ca.js X-Git-Tag: 1.5.0~10^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F187%2Fhead;p=thirdparty%2Fmoment.git Update lang/ca.js --- diff --git a/lang/ca.js b/lang/ca.js index 9e648e69f..42e2f1332 100644 --- a/lang/ca.js +++ b/lang/ca.js @@ -22,7 +22,7 @@ return '[avui a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT'; }, nextDay : function () { - return '[demá a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT'; + return '[demà a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT'; }, nextWeek : function () { return 'dddd [a ' + ((this.hours() !== 1) ? 'les' : 'la') + '] LT';