fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
@@ -15,11 +15,14 @@ export default {
|
||||
followings: 'กำลังติดตาม',
|
||||
reposted: 'รีโพสต์',
|
||||
'just now': 'เมื่อสักครู่',
|
||||
'n minutes ago': '{{n}} นาทีที่แล้ว',
|
||||
'minute ago_one': '{{count}} นาทีที่แล้ว',
|
||||
'minute ago_other': '{{count}} นาทีที่แล้ว',
|
||||
'n m': '{{n}}น',
|
||||
'n hours ago': '{{n}} ชั่วโมงที่แล้ว',
|
||||
'hour ago_one': '{{count}} ชั่วโมงที่แล้ว',
|
||||
'hour ago_other': '{{count}} ชั่วโมงที่แล้ว',
|
||||
'n h': '{{n}}ชม',
|
||||
'n days ago': '{{n}} วันที่แล้ว',
|
||||
'day ago_one': '{{count}} วันที่แล้ว',
|
||||
'day ago_other': '{{count}} วันที่แล้ว',
|
||||
'n d': '{{n}}วัน',
|
||||
date: '{{timestamp, date}}',
|
||||
Follow: 'ติดตาม',
|
||||
|
||||
Reference in New Issue
Block a user