Skip to content

Commit

Permalink
fix: fix lint error in locale "zh-hk"
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Fang authored and myleshk committed Sep 20, 2023
1 parent e843164 commit c8d212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/zh-hk.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const locale = {
l: 'YYYY/M/D',
ll: 'YYYY年M月D日',
lll: 'YYYY年M月D日 HH:mm',
llll: 'YYYY年M月D日dddd HH:mm',
llll: 'YYYY年M月D日dddd HH:mm'
},
relativeTime: {
future: '%s內',
Expand Down

0 comments on commit c8d212a

Please sign in to comment.