Skip to content

Commit b8dfcfa

Browse files
authored
Merge branch 'main' into fix/react-ppr-bailout
2 parents 4d3a5c1 + 478c49b commit b8dfcfa

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

.changeset/hot-chefs-cross.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+
Update profile primary button text and nav text in fr-FR & zh-CN

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
strategy:
131131
matrix:
132-
test-name: [ 'generic', 'nextjs', 'express', 'quickstart', 'ap-flows', 'elements' ]
132+
test-name: ['generic', 'express', 'quickstart', 'ap-flows', 'elements']
133133
test-project: ['chrome']
134134
include:
135135
- test-name: 'nextjs'

packages/localizations/src/fr-FR.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const frFR: LocalizationResource = {
216216
headerTitle__general: 'General',
217217
headerTitle__members: 'Membres',
218218
profileSection: {
219-
primaryButton: '',
219+
primaryButton: 'Mettre à jour le profil',
220220
title: 'Organization Profile',
221221
uploadAction__title: 'Logo',
222222
},
@@ -667,10 +667,10 @@ export const frFR: LocalizationResource = {
667667
},
668668
mobileButton__menu: 'Menu',
669669
navbar: {
670-
account: 'Profile',
671-
description: 'Manage your account info.',
672-
security: 'Security',
673-
title: 'Account',
670+
account: 'Compte',
671+
description: 'Gérer votre compte.',
672+
security: 'Sécurité',
673+
title: 'Profil',
674674
},
675675
passkeyScreen: {
676676
removeResource: {
@@ -782,7 +782,7 @@ export const frFR: LocalizationResource = {
782782
title: 'Les numéros de téléphone',
783783
},
784784
profileSection: {
785-
primaryButton: '',
785+
primaryButton: 'Mettre à jour le profil',
786786
title: 'Profil',
787787
},
788788
usernameSection: {

packages/localizations/src/zh-CN.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const zhCN: LocalizationResource = {
209209
headerTitle__general: '常规',
210210
headerTitle__members: '成员',
211211
profileSection: {
212-
primaryButton: '',
212+
primaryButton: '更新组织简介',
213213
title: '组织简介',
214214
uploadAction__title: '标志',
215215
},
@@ -642,10 +642,10 @@ export const zhCN: LocalizationResource = {
642642
},
643643
mobileButton__menu: '菜单',
644644
navbar: {
645-
account: 'Profile',
646-
description: 'Manage your account info.',
647-
security: 'Security',
648-
title: 'Account',
645+
account: '账户',
646+
description: '管理您的账户。',
647+
security: '安全',
648+
title: '账户',
649649
},
650650
passkeyScreen: {
651651
removeResource: {
@@ -755,7 +755,7 @@ export const zhCN: LocalizationResource = {
755755
title: '电话号码',
756756
},
757757
profileSection: {
758-
primaryButton: '',
758+
primaryButton: '更新个人资料',
759759
title: '个人资料',
760760
},
761761
usernameSection: {

0 commit comments

Comments
 (0)