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: '팔로우',