diff --git a/.changeset/soft-flowers-tan.md b/.changeset/soft-flowers-tan.md new file mode 100644 index 00000000000..83fd8125cde --- /dev/null +++ b/.changeset/soft-flowers-tan.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Add hr-HR translations for localization keys under `signUp.legalConsent`. diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index d931cdc3ade..8f2ad726d22 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -511,13 +511,13 @@ export const hrHR: LocalizationResource = { }, legalConsent: { checkbox: { - label__onlyPrivacyPolicy: undefined, - label__onlyTermsOfService: undefined, - label__termsOfServiceAndPrivacyPolicy: undefined, + label__onlyPrivacyPolicy: 'Slažem se s {{ privacyPolicyLink || link("Politikom privatnosti") }}', + label__onlyTermsOfService: 'Slažem se s {{ termsOfServiceLink || link("Uvjetima korištenja") }}', + label__termsOfServiceAndPrivacyPolicy: 'Slažem se s {{ termsOfServiceLink || link("Uvjetima korištenja") }} i {{ privacyPolicyLink || link("Politikom privatnosti") }}', }, continue: { - subtitle: undefined, - title: undefined, + subtitle: 'Molimo pročitajte i prihvatite uvjete kako biste nastavili', + title: 'Pravni pristanak', }, }, phoneCode: {