Skip to content

Commit

Permalink
Update zh-tw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aniki0220 committed Feb 1, 2021
1 parent 4eadb1b commit c226103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locale/zh-tw.js
Expand Up @@ -68,17 +68,17 @@
nextDay: '[明天] LT',
nextWeek: function (now) {
if (now.week() !== this.week()) {
return '[下] dddLT';
return '[下] ddddLT';
} else {
return 'dddLT';
return 'ddddLT';
}
},
lastDay: '[昨天] LT',
lastWeek: function (now) {
if (this.week() !== now.week()) {
return '[上]dddLT';
return '[上]ddddLT';
} else {
return 'dddLT';
return 'ddddLT';
}
},
sameElse: 'L',
Expand Down

0 comments on commit c226103

Please sign in to comment.