diff --git a/.changeset/fifty-wombats-refuse.md b/.changeset/fifty-wombats-refuse.md new file mode 100644 index 00000000000..1392c4f7c28 --- /dev/null +++ b/.changeset/fifty-wombats-refuse.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Add `dangerSection` translations to the `trTr` translation file diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index 8c8df162b3e..9c4db76a36a 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -349,6 +349,12 @@ export const trTR: LocalizationResource = { destructiveActionSubtitle: 'Bu cüzdanı hesabınızdan kaldırın', destructiveAction: 'Cüzdanı kaldır', }, + dangerSection: { + title: 'Tehlike', + deleteAccountButton: 'Hesabı sil', + deleteAccountTitle: 'Hesabı sil', + deleteAccountDescription: 'Hesabınızı ve ilişkili tüm verilerini silin', + }, }, profilePage: { title: 'Profili güncelle',