Skip to content

fix(localizations): Add jaJP translations in User Profile Update #6426

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

Merged
merged 3 commits into from
Jul 30, 2025
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/fluffy-jeans-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add ja-JP translations in `<UserProfile/>`.
4 changes: 2 additions & 2 deletions packages/localizations/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export const jaJP: LocalizationResource = {
headerTitle__general: 'δΈ€θˆ¬',
headerTitle__members: 'パンバー',
profileSection: {
primaryButton: undefined,
primaryButton: 'プロフィールを更新',
title: '硄織プロフィール',
uploadAction__title: 'γƒ­γ‚΄',
},
Expand Down Expand Up @@ -1189,7 +1189,7 @@ export const jaJP: LocalizationResource = {
title: 'ι›»θ©±η•ͺ号',
},
profileSection: {
primaryButton: undefined,
primaryButton: 'プロフィールを更新',
title: 'プロフィール',
},
usernameSection: {
Expand Down