Skip to content

Commit c69de58

Browse files
tsume-hatsume-hapanteliselef
authored
fix(localizations): Add jaJP translations in User Profile Update (#6426)
Co-authored-by: tsume-ha <[email protected]> Co-authored-by: panteliselef <[email protected]>
1 parent 6cb2277 commit c69de58

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/fluffy-jeans-care.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 ja-JP translations in `<UserProfile/>`.

packages/localizations/src/ja-JP.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export const jaJP: LocalizationResource = {
426426
headerTitle__general: '一般',
427427
headerTitle__members: 'メンバー',
428428
profileSection: {
429-
primaryButton: undefined,
429+
primaryButton: 'プロフィールを更新',
430430
title: '組織プロフィール',
431431
uploadAction__title: 'ロゴ',
432432
},
@@ -1190,7 +1190,7 @@ export const jaJP: LocalizationResource = {
11901190
title: '電話番号',
11911191
},
11921192
profileSection: {
1193-
primaryButton: undefined,
1193+
primaryButton: 'プロフィールを更新',
11941194
title: 'プロフィール',
11951195
},
11961196
usernameSection: {

0 commit comments

Comments
 (0)