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: '关注',