We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fe6ff commit 6e3f53eCopy full SHA for 6e3f53e
.changeset/breezy-coins-heal.md
@@ -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
@@ -695,7 +695,7 @@ export const zhTW: LocalizationResource = {
695
subtitle: '以繼續前往 {{applicationName}}',
696
subtitleCombined: undefined,
697
title: '登入',
698
- titleCombined: undefined,
+ titleCombined: '繼續前往 {{applicationName}}',
699
},
700
totpMfa: {
701
formTitle: '驗證碼',
0 commit comments