From 17b3de961096446b66853ef2a0a75dc276d89b16 Mon Sep 17 00:00:00 2001 From: Lucas_Ghae <42439321+JungHoonGhae@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:31:26 +0900 Subject: [PATCH] feat(localizations): Update Korean Translation: Added Missing Account 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 --- .changeset/pink-suns-fly.md | 5 +++++ packages/localizations/src/ko-KR.ts | 13 +++++++++++++ 2 files changed, 18 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 0000000000..e5d174a564 --- /dev/null +++ b/.changeset/pink-suns-fly.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Add missing account deletion description to Korean translation file diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 3bf700c598..587d859ece 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: '프로필 업데이트', @@ -487,6 +493,13 @@ export const koKR: LocalizationResource = { actionLabel__download: '.txt 다운로드', actionLabel__print: '인쇄', }, + deletePage: { + title: '계정 삭제', + messageLine1: '정말로 계정을 삭제하시겠습니까?', + messageLine2: '이 작업은 영구적이며 되돌릴 수 없습니다.', + actionDescription: '계속하려면 아래에 계정 삭제를 입력하세요.', + confirm: '계정 삭제', + }, }, userButton: { action__manageAccount: '계정 관리',