Skip to content

Commit

Permalink
Update index.ts for Korean translation (#8214)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 15, 2024
2 parents 859d78d + 2ec2550 commit 13f55af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/ui/src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ i18n
.use(HttpBackend)
.use(initReactI18next)
.init({
supportedLngs: ['en_US', 'es_ES', 'pt_BR', 'ru_RU', 'zh_CN'],
supportedLngs: ['en_US', 'es_ES', 'pt_BR', 'ru_RU', 'zh_CN', 'ko_KR'],
lng: triblerService.guiSettings.lang,
fallbackLng: 'en_US',
interpolation: {
Expand Down

0 comments on commit 13f55af

Please sign in to comment.