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: 'Folgekonten',
reposted: 'erneut gepostet',
'just now': 'gerade eben',
'n minutes ago': 'vor {{n}} Minuten',
'minute ago_one': 'vor {{count}} Minute',
'minute ago_other': 'vor {{count}} Minuten',
'n m': 'vor {{n}}m',
'n hours ago': 'vor {{n}} Stunden',
'hour ago_one': 'vor {{count}} Stunde',
'hour ago_other': 'vor {{count}} Stunden',
'n h': 'vor {{n}}h',
'n days ago': 'vor {{n}} Tagen',
'day ago_one': 'vor {{count}} Tag',
'day ago_other': 'vor {{count}} Tagen',
'n d': 'vor {{n}}d',
date: '{{timestamp, date}}',
Follow: 'Folgen',