Skip to content

Commit

Permalink
feat(localization): translate deleteOrganization and domainSection ob…
Browse files Browse the repository at this point in the history
…jects to Korean (#1630)

* 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

* Update ko-KR.tsfeat(i18n): translate deleteOrganization and domainSection objects to Korean

---------

Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
  • Loading branch information
JungHoonGhae and nikosdouvlis authored Aug 25, 2023
1 parent 2698df0 commit dcabc22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/slimy-rules-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add translations for deleteOrganization and domainSection objects to Korean
16 changes: 15 additions & 1 deletion packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,21 @@ export const koKR: LocalizationResource = {
messageLine2: '이 작업은 영구적이며 되돌릴 수 없습니다',
successMessage: '조직을 탈퇴했습니다.',
},
},
deleteOrganization: {
title: '조직 삭제',
messageLine1: '이 조직을 삭제하시겠습니까?',
messageLine2: '이 작업은 영구적이며 되돌릴 수 없습니다.',
actionDescription: '계속하려면 아래에 {{organizationName}}을(를) 입력하세요.',
successMessage: '조직을 삭제했습니다.',
}
},
domainSection: {
title: '인증된 도메인',
subtitle: '인증된 이메일 도메인을 기반으로 사용자가 조직에 자동으로 가입하거나 가입 요청을 할 수 있게 합니다.',
primaryButton: '도메인 추가',
unverifiedDomain_menuAction__verify: '도메인 인증',
unverifiedDomain_menuAction__remove: '도메인 삭제',
}
},
invitePage: {
title: '회원 초대',
Expand Down

0 comments on commit dcabc22

Please sign in to comment.