Skip to content

Commit

Permalink
fix: Update Thai (th) locale relativeTime (iamkun#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Mar 9, 2020
1 parent 193cf4b commit 63b7c03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locale/th.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ const locale = {
},
relativeTime: {
future: 'อีก %s',
past: '%s ที่ผ่านมา',
s: 'ไม่กี่วิ',
m: 'นาที',
past: '%sที่แล้ว',
s: 'ไม่กี่วินาที',
m: '1 นาที',
mm: '%d นาที',
h: 'ชั่วโมง',
h: '1 ชั่วโมง',
hh: '%d ชั่วโมง',
d: 'วัน',
d: '1 วัน',
dd: '%d วัน',
M: 'เดือน',
M: '1 เดือน',
MM: '%d เดือน',
y: 'ปี',
y: '1 ปี',
yy: '%d ปี'
},
ordinal: n => `${n}.`
Expand Down

0 comments on commit 63b7c03

Please sign in to comment.