Skip to content

Commit 6e3f53e

Browse files
authored
chore(localizations): Add missing sign-in-or-up titleCombined translation for zh-TW (#6701)
1 parent 73fe6ff commit 6e3f53e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/breezy-coins-heal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
Add Traditional Chinese translation for sign in or up combined title

packages/localizations/src/zh-TW.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ export const zhTW: LocalizationResource = {
695695
subtitle: '以繼續前往 {{applicationName}}',
696696
subtitleCombined: undefined,
697697
title: '登入',
698-
titleCombined: undefined,
698+
titleCombined: '繼續前往 {{applicationName}}',
699699
},
700700
totpMfa: {
701701
formTitle: '驗證碼',

0 commit comments

Comments
 (0)