feat: support more languages
This commit is contained in:
parent
d79f5d0722
commit
966861f305
17 changed files with 1570 additions and 45 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ function ListModeSwitch({
|
|||
className={`w-1/3 text-center py-2 font-semibold clickable cursor-pointer rounded-lg ${listMode === 'postsAndReplies' ? '' : 'text-muted-foreground'}`}
|
||||
onClick={() => setListMode('postsAndReplies')}
|
||||
>
|
||||
{t('Notes & Replies')}
|
||||
{t('Replies')}
|
||||
</div>
|
||||
<div
|
||||
className={`w-1/3 text-center py-2 font-semibold clickable cursor-pointer rounded-lg ${listMode === 'pictures' ? '' : 'text-muted-foreground'}`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue