From a961b74b32548594ff377bbc96dd4d32725747a8 Mon Sep 17 00:00:00 2001 From: Lucas_Ghae <42439321+JungHoonGhae@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:13:27 +0900 Subject: [PATCH 1/5] 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. --- packages/localizations/src/ko-KR.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 3bf700c5987..3d4a5ced0f5 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -350,6 +350,12 @@ export const koKR: LocalizationResource = { destructiveActionSubtitle: '이 web3 지갑을 계정에서 삭제', destructiveAction: '지갑 제거', }, + dangerSection: { + title: '위험', + deleteAccountButton: '계정 삭제', + deleteAccountTitle: '계정 삭제', + deleteAccountDescription: '계정과 관련된 모든 데이터와 계정을 삭제합니다', + }, }, profilePage: { title: '프로필 업데이트', From 04060cdc53cc150736350016e3801dbfcc22ad03 Mon Sep 17 00:00:00 2001 From: Lucas_Ghae <42439321+JungHoonGhae@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:29:18 +0900 Subject: [PATCH 2/5] Update ko-KR.ts korean userProfile > dangerSection > deleteAccountDescription update --- packages/localizations/src/ko-KR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 3d4a5ced0f5..beb3b034350 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -354,7 +354,7 @@ export const koKR: LocalizationResource = { title: '위험', deleteAccountButton: '계정 삭제', deleteAccountTitle: '계정 삭제', - deleteAccountDescription: '계정과 관련된 모든 데이터와 계정을 삭제합니다', + deleteAccountDescription: '계정과 그와 연관된 모든 데이터 삭제', }, }, profilePage: { From 7f3be6c8811bdbb335cfc74374f3f87e7d86d64b Mon Sep 17 00:00:00 2001 From: Lucas_Ghae <42439321+JungHoonGhae@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:59:04 +0900 Subject: [PATCH 3/5] Update ko-KR.ts fix formatting error --- packages/localizations/src/ko-KR.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index beb3b034350..4ba75c8d58d 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -350,7 +350,7 @@ export const koKR: LocalizationResource = { destructiveActionSubtitle: '이 web3 지갑을 계정에서 삭제', destructiveAction: '지갑 제거', }, - dangerSection: { + dangerSection: { title: '위험', deleteAccountButton: '계정 삭제', deleteAccountTitle: '계정 삭제', From a00ffc8666b5be8bf04402c8de3d54162ddd3f06 Mon Sep 17 00:00:00 2001 From: Lucas_Ghae <42439321+JungHoonGhae@users.noreply.github.com> Date: Fri, 18 Aug 2023 02:08:36 +0900 Subject: [PATCH 4/5] Update ko-KR.ts (deletePage) translation --- packages/localizations/src/ko-KR.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 4ba75c8d58d..587d859ece5 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -493,6 +493,13 @@ export const koKR: LocalizationResource = { actionLabel__download: '.txt 다운로드', actionLabel__print: '인쇄', }, + deletePage: { + title: '계정 삭제', + messageLine1: '정말로 계정을 삭제하시겠습니까?', + messageLine2: '이 작업은 영구적이며 되돌릴 수 없습니다.', + actionDescription: '계속하려면 아래에 계정 삭제를 입력하세요.', + confirm: '계정 삭제', + }, }, userButton: { action__manageAccount: '계정 관리', From 514b91ef70fb7472445c387a230f93e361dad93f Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Tue, 22 Aug 2023 12:30:05 +0300 Subject: [PATCH 5/5] Create pink-suns-fly.md --- .changeset/pink-suns-fly.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pink-suns-fly.md diff --git a/.changeset/pink-suns-fly.md b/.changeset/pink-suns-fly.md new file mode 100644 index 00000000000..e5d174a5642 --- /dev/null +++ b/.changeset/pink-suns-fly.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Add missing account deletion description to Korean translation file