Skip to content

Commit

Permalink
feat(localizations): Update Korean Translation: Added Missing Account…
Browse files Browse the repository at this point in the history
… Deletion Description (#1609)

* Update ko-KR.ts (Added Missing Account Deletion Description)

In the English translation(en-US.ts), the description 'Delete your account and all its associated data' was present. However, this was missing in the Korean translation(ko-KR.ts). 

This update ensures that the Korean translation also includes the information about deleting all data associated with the account.

This change is essential to provide a clearer understanding to users about the consequences of deleting their account.

* Update ko-KR.ts

korean userProfile > dangerSection > deleteAccountDescription update

* Update ko-KR.ts

fix formatting error

* Update ko-KR.ts (deletePage) translation

* Create pink-suns-fly.md

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
JungHoonGhae and nikosdouvlis authored Aug 22, 2023
1 parent 70bd35f commit 17b3de9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-suns-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing account deletion description to Korean translation file
13 changes: 13 additions & 0 deletions packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ export const koKR: LocalizationResource = {
destructiveActionSubtitle: '이 web3 지갑을 계정에서 삭제',
destructiveAction: '지갑 제거',
},
dangerSection: {
title: '위험',
deleteAccountButton: '계정 삭제',
deleteAccountTitle: '계정 삭제',
deleteAccountDescription: '계정과 그와 연관된 모든 데이터 삭제',
},
},
profilePage: {
title: '프로필 업데이트',
Expand Down Expand Up @@ -487,6 +493,13 @@ export const koKR: LocalizationResource = {
actionLabel__download: '.txt 다운로드',
actionLabel__print: '인쇄',
},
deletePage: {
title: '계정 삭제',
messageLine1: '정말로 계정을 삭제하시겠습니까?',
messageLine2: '이 작업은 영구적이며 되돌릴 수 없습니다.',
actionDescription: '계속하려면 아래에 계정 삭제를 입력하세요.',
confirm: '계정 삭제',
},
},
userButton: {
action__manageAccount: '계정 관리',
Expand Down

0 comments on commit 17b3de9

Please sign in to comment.