fix: correct timestamp pluralization for singular forms (#694)

Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
The Daniel ⚡️
2025-12-14 20:09:41 -05:00
committed by GitHub
parent 9f428aed8c
commit 36f6d810ac
18 changed files with 105 additions and 54 deletions

View File

@@ -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: 'ติดตาม',