fix: correct timestamp pluralization for singular forms (#694)
Co-authored-by: The Daniel <dmnyc@users.noreply.github.com>
This commit is contained in:
@@ -16,11 +16,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