Skip to content

Commit 0e7ff3d

Browse files
committed
fix: update zh locale meridiem "noon"
1 parent aaabd80 commit 0e7ff3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locale/zh.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ const locale = {
5151
return '凌晨'
5252
} else if (hm < 900) {
5353
return '早上'
54-
} else if (hm < 1130) {
54+
} else if (hm < 1100) {
5555
return '上午'
56-
} else if (hm < 1230) {
56+
} else if (hm < 1300) {
5757
return '中午'
5858
} else if (hm < 1800) {
5959
return '下午'

0 commit comments

Comments
 (0)