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