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

@@ -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: 'フォローする',