Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(localizations): Update profile primary button text and nav text in fr-FR & zh-CN #3494

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hot-chefs-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Update profile primary button text and nav text in fr-FR & zh-CN
12 changes: 6 additions & 6 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const frFR: LocalizationResource = {
headerTitle__general: 'General',
headerTitle__members: 'Membres',
profileSection: {
primaryButton: '',
primaryButton: 'Mettre à jour le profil',
title: 'Organization Profile',
uploadAction__title: 'Logo',
},
Expand Down Expand Up @@ -667,10 +667,10 @@ export const frFR: LocalizationResource = {
},
mobileButton__menu: 'Menu',
navbar: {
account: 'Profile',
description: 'Manage your account info.',
security: 'Security',
title: 'Account',
account: 'Compte',
description: 'Gérer votre compte.',
security: 'Sécurité',
title: 'Profil',
},
passkeyScreen: {
removeResource: {
Expand Down Expand Up @@ -782,7 +782,7 @@ export const frFR: LocalizationResource = {
title: 'Les numéros de téléphone',
},
profileSection: {
primaryButton: '',
primaryButton: 'Mettre à jour le profil',
title: 'Profil',
},
usernameSection: {
Expand Down
12 changes: 6 additions & 6 deletions packages/localizations/src/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const zhCN: LocalizationResource = {
headerTitle__general: '常规',
headerTitle__members: '成员',
profileSection: {
primaryButton: '',
primaryButton: '更新组织简介',
title: '组织简介',
uploadAction__title: '标志',
},
Expand Down Expand Up @@ -642,10 +642,10 @@ export const zhCN: LocalizationResource = {
},
mobileButton__menu: '菜单',
navbar: {
account: 'Profile',
description: 'Manage your account info.',
security: 'Security',
title: 'Account',
account: '账户',
description: '管理您的账户。',
security: '安全',
title: '账户',
},
passkeyScreen: {
removeResource: {
Expand Down Expand Up @@ -755,7 +755,7 @@ export const zhCN: LocalizationResource = {
title: '电话号码',
},
profileSection: {
primaryButton: '',
primaryButton: '更新个人资料',
title: '个人资料',
},
usernameSection: {
Expand Down
Loading