Skip to content

Commit c45ea5b

Browse files
author
Myles Fang
committed
fix: fix lint error in locale "zh-hk"
1 parent 8f24f16 commit c45ea5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/zh-hk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const locale = {
2626
l: 'YYYY/M/D',
2727
ll: 'YYYY年M月D日',
2828
lll: 'YYYY年M月D日 HH:mm',
29-
llll: 'YYYY年M月D日dddd HH:mm',
29+
llll: 'YYYY年M月D日dddd HH:mm'
3030
},
3131
relativeTime: {
3232
future: '%s內',

0 commit comments

Comments
 (0)