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