Skip to content

Commit

Permalink
Update language-select.tsx for Korean translation (#8215)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 15, 2024
2 parents e56da6b + e7da286 commit 859d78d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tribler/ui/src/components/language-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ const LanguageSelect = () => {
<DropdownMenuItem onClick={() => changeLanguage('zh_CN')}>
zh
</DropdownMenuItem>
<DropdownMenuItem onClick={() => changeLanguage('ko_KR')}>
ko
</DropdownMenuItem>

</DropdownMenuContent>
</DropdownMenu>
);
Expand Down

0 comments on commit 859d78d

Please sign in to comment.