Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Korean translation #8207

Merged
merged 3 commits into from
Oct 15, 2024
Merged

Korean translation #8207

merged 3 commits into from
Oct 15, 2024

Conversation

Hackjjang
Copy link
Contributor

@Hackjjang Hackjjang commented Oct 12, 2024

No description provided.

@qstokkink
Copy link
Contributor

Thanks for contributing! In order for the translation to show up in Tribler, it will need to be registered in the following two locations:

supportedLngs: ['en_US', 'es_ES', 'pt_BR', 'ru_RU', 'zh_CN'],

<DropdownMenuContent align="end" className="min-w-[6rem]">
<DropdownMenuItem onClick={() => changeLanguage('en_US')}>
en
</DropdownMenuItem>
<DropdownMenuItem onClick={() => changeLanguage('es_ES')}>
es
</DropdownMenuItem>
<DropdownMenuItem onClick={() => changeLanguage('pt_BR')}>
pt
</DropdownMenuItem>
<DropdownMenuItem onClick={() => changeLanguage('ru_RU')}>
ru
</DropdownMenuItem>
<DropdownMenuItem onClick={() => changeLanguage('zh_CN')}>
zh
</DropdownMenuItem>
</DropdownMenuContent>

Copy link
Contributor

@qstokkink qstokkink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution. Please make this one required change to your translation.

src/tribler/ui/public/locales/ko_KR.json Outdated Show resolved Hide resolved
Copy link
Contributor

@qstokkink qstokkink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@qstokkink qstokkink merged commit e56da6b into Tribler:main Oct 15, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants