Skip to content

Commit

Permalink
Merge pull request moment#187 from jllahi/patch-1
Browse files Browse the repository at this point in the history
Update lang/ca.js
  • Loading branch information
timrwood committed Mar 2, 2012
2 parents fa6a9bc + 25acb63 commit 41ce1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ca.js
Expand Up @@ -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';
Expand Down

0 comments on commit 41ce1b9

Please sign in to comment.