feat: support more languages

This commit is contained in:
codytseng
2025-03-02 15:31:32 +08:00
parent d79f5d0722
commit 966861f305
17 changed files with 1570 additions and 45 deletions

View File

@@ -44,7 +44,7 @@ export default function MutedNoteCard({
</div>
</div>
<div className="flex flex-col gap-2 items-center text-muted-foreground font-medium my-4">
<div>{t('This user is muted')}</div>
<div>{t('This user has been muted')}</div>
<Button
onClick={(e) => {
e.stopPropagation()