diff --git a/.changeset/chatty-fishes-speak.md b/.changeset/chatty-fishes-speak.md new file mode 100644 index 00000000000..427d9a16f3b --- /dev/null +++ b/.changeset/chatty-fishes-speak.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Add legal consent related localization to `ja-JP` diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 0c1f9a394ad..04689989db7 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -599,9 +599,10 @@ export const jaJP: LocalizationResource = { }, legalConsent: { checkbox: { - label__onlyPrivacyPolicy: undefined, - label__onlyTermsOfService: undefined, - label__termsOfServiceAndPrivacyPolicy: undefined, + label__onlyPrivacyPolicy: '{{privacyPolicyLink || link("個人情報保護方針")}}に同意します', + label__onlyTermsOfService: '{{termsOfServiceLink || link("利用規約")}}に同意します', + label__termsOfServiceAndPrivacyPolicy: + '{{termsOfServiceLink || link("利用規約")}}と{{privacyPolicyLink || link("個人情報保護方針")}}に同意します', }, continue: { subtitle: undefined,