Skip to content

Commit 63b7c03

Browse files
authored
fix: Update Thai (th) locale relativeTime (#826)
fix #816
1 parent 193cf4b commit 63b7c03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/locale/th.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ const locale = {
1818
},
1919
relativeTime: {
2020
future: 'อีก %s',
21-
past: '%s ที่ผ่านมา',
22-
s: 'ไม่กี่วิ',
23-
m: 'นาที',
21+
past: '%sที่แล้ว',
22+
s: 'ไม่กี่วินาที',
23+
m: '1 นาที',
2424
mm: '%d นาที',
25-
h: 'ชั่วโมง',
25+
h: '1 ชั่วโมง',
2626
hh: '%d ชั่วโมง',
27-
d: 'วัน',
27+
d: '1 วัน',
2828
dd: '%d วัน',
29-
M: 'เดือน',
29+
M: '1 เดือน',
3030
MM: '%d เดือน',
31-
y: 'ปี',
31+
y: '1 ปี',
3232
yy: '%d ปี'
3333
},
3434
ordinal: n => `${n}.`

0 commit comments

Comments
 (0)