From 839c275986d3aa6df4b8455cfcb3e931f48494ca Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Mon, 5 May 2025 12:03:06 -0400 Subject: [PATCH 1/3] chore(clerk-js,types,localizations): Update checkout downgrade notice --- .../ui/components/Checkout/CheckoutForm.tsx | 31 +++++++++++-------- packages/localizations/src/en-US.ts | 2 ++ packages/types/src/localization.ts | 1 + 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx b/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx index 2f5eab35547..5f9ecfe39b3 100644 --- a/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx +++ b/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx @@ -11,7 +11,7 @@ import type { SetupIntent } from '@stripe/stripe-js'; import { useEffect, useMemo, useState } from 'react'; import { useCheckoutContext } from '../../contexts'; -import { Box, Button, Col, descriptors, Form, localizationKeys, Span } from '../../customizables'; +import { Box, Button, Col, descriptors, Form, localizationKeys, Text } from '../../customizables'; import { Alert, Drawer, LineItems, SegmentedControl, Select, SelectButton, SelectOptionList } from '../../elements'; import { useFetch } from '../../hooks'; import { ArrowUpDown } from '../../icons'; @@ -47,18 +47,6 @@ export const CheckoutForm = ({ })} > - {/* TODO(@Commerce): needs localization */} - {showDowngradeInfo && ( - ({ - fontSize: t.fontSizes.$sm, - color: t.colors.$colorTextSecondary, - })} - /> - )} - {/* TODO(@Commerce): needs localization */} @@ -94,6 +82,23 @@ export const CheckoutForm = ({ + {/* TODO(@Commerce): needs localization */} + {showDowngradeInfo && ( + ({ + paddingBlockStart: t.space.$4, + paddingInline: t.space.$4, + })} + > + + + )} + Date: Mon, 5 May 2025 12:03:36 -0400 Subject: [PATCH 2/3] add changeset --- .changeset/dull-ads-type.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/dull-ads-type.md diff --git a/.changeset/dull-ads-type.md b/.changeset/dull-ads-type.md new file mode 100644 index 00000000000..c1cdd6bffbe --- /dev/null +++ b/.changeset/dull-ads-type.md @@ -0,0 +1,7 @@ +--- +'@clerk/localizations': patch +'@clerk/clerk-js': patch +'@clerk/types': patch +--- + +Update checkout downgrade notice placement and text. From 630f0c26ea162e880d9b402cbab8b5c039b8dda7 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Mon, 5 May 2025 12:04:49 -0400 Subject: [PATCH 3/3] generate localizations --- packages/localizations/src/ar-SA.ts | 4 ++++ packages/localizations/src/be-BY.ts | 4 ++++ packages/localizations/src/bg-BG.ts | 4 ++++ packages/localizations/src/ca-ES.ts | 4 ++++ packages/localizations/src/cs-CZ.ts | 4 ++++ packages/localizations/src/da-DK.ts | 4 ++++ packages/localizations/src/de-DE.ts | 4 ++++ packages/localizations/src/el-GR.ts | 4 ++++ packages/localizations/src/en-GB.ts | 4 ++++ packages/localizations/src/en-US.ts | 6 +++--- packages/localizations/src/es-ES.ts | 4 ++++ packages/localizations/src/es-MX.ts | 4 ++++ packages/localizations/src/fi-FI.ts | 4 ++++ packages/localizations/src/fr-FR.ts | 4 ++++ packages/localizations/src/he-IL.ts | 4 ++++ packages/localizations/src/hr-HR.ts | 4 ++++ packages/localizations/src/hu-HU.ts | 4 ++++ packages/localizations/src/id-ID.ts | 4 ++++ packages/localizations/src/is-IS.ts | 4 ++++ packages/localizations/src/it-IT.ts | 4 ++++ packages/localizations/src/ja-JP.ts | 4 ++++ packages/localizations/src/ko-KR.ts | 4 ++++ packages/localizations/src/mn-MN.ts | 4 ++++ packages/localizations/src/nb-NO.ts | 4 ++++ packages/localizations/src/nl-BE.ts | 4 ++++ packages/localizations/src/nl-NL.ts | 4 ++++ packages/localizations/src/pl-PL.ts | 4 ++++ packages/localizations/src/pt-BR.ts | 4 ++++ packages/localizations/src/pt-PT.ts | 4 ++++ packages/localizations/src/ro-RO.ts | 4 ++++ packages/localizations/src/ru-RU.ts | 4 ++++ packages/localizations/src/sk-SK.ts | 4 ++++ packages/localizations/src/sr-RS.ts | 4 ++++ packages/localizations/src/sv-SE.ts | 4 ++++ packages/localizations/src/th-TH.ts | 4 ++++ packages/localizations/src/tr-TR.ts | 4 ++++ packages/localizations/src/uk-UA.ts | 4 ++++ packages/localizations/src/vi-VN.ts | 4 ++++ packages/localizations/src/zh-CN.ts | 4 ++++ packages/localizations/src/zh-TW.ts | 4 ++++ 40 files changed, 159 insertions(+), 3 deletions(-) diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index ecbb0eaecfa..937ab3ccac3 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const arSA: LocalizationResource = { locale: 'ar-SA', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const arSA: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 706b62e25ca..de12588ccb7 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const beBY: LocalizationResource = { locale: 'be-BY', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const beBY: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 303083604f2..12c25c19c0a 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const bgBG: LocalizationResource = { locale: 'bg-BG', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const bgBG: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/ca-ES.ts b/packages/localizations/src/ca-ES.ts index a024955ea60..bb12c21ffc6 100644 --- a/packages/localizations/src/ca-ES.ts +++ b/packages/localizations/src/ca-ES.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const caES: LocalizationResource = { locale: 'ca-ES', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const caES: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index 2855a99b6f5..4e54f90849a 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const csCZ: LocalizationResource = { locale: 'cs-CZ', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const csCZ: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index 099b91d586a..8da12678fee 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const daDK: LocalizationResource = { locale: 'da-DK', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const daDK: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index 5e1899bb743..c6b501a72b4 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const deDE: LocalizationResource = { locale: 'de-DE', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: 'Jährlich abgerechnet', + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const deDE: LocalizationResource = { month: 'Monat', reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: 'Zu diesem Plan wechseln', switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index 8116bdc424a..262c23718e9 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const elGR: LocalizationResource = { locale: 'el-GR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const elGR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index f5d3fcce52f..255c3a20ea8 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const enGB: LocalizationResource = { locale: 'en-GB', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const enGB: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 3dcbcef751a..1f45d27545c 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -3,14 +3,16 @@ import type { LocalizationResource } from '@clerk/types'; export const enUS: LocalizationResource = { locale: 'en-US', __experimental_commerce: { + alwaysFree: 'Always free', availableFeatures: 'Available features', billedAnnually: 'Billed annually', billedMonthlyOnly: 'Only billed monthly', - alwaysFree: 'Always free', cancelSubscription: 'Cancel subscription', checkout: { description__paymentSuccessful: 'Your new subscription is all set.', description__subscriptionSuccessful: 'Your new subscription is all set.', + downgradeNotice: + 'You will keep your current subscription and its features until the end of the billing cycle, then you will be switched to this subscription.', emailForm: { subtitle: 'Before you can complete your purchase you must add an email address where receipts will be sent.', title: 'Add an email address', @@ -21,8 +23,6 @@ export const enUS: LocalizationResource = { title__subscriptionBegins: 'Subscription begins', title__totalPaid: 'Total paid', }, - downgradeNotice: - 'You will keep your current subscription and its features until the end of the billing cycle, then you will be switched to this subscription.', title__paymentSuccessful: 'Payment was successful!', title__subscriptionSuccessful: 'Success!', }, diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index c03f1cbaa09..e0fad690365 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const esES: LocalizationResource = { locale: 'es-ES', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const esES: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index 28435c51de2..0fc035585e0 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const esMX: LocalizationResource = { locale: 'es-MX', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const esMX: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index 0d916484a61..8c7d2dff880 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const fiFI: LocalizationResource = { locale: 'fi-FI', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const fiFI: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index 249dab95987..c031e26e178 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const frFR: LocalizationResource = { locale: 'fr-FR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const frFR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index b56a874e944..8b9339b22b9 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const heIL: LocalizationResource = { locale: 'he-IL', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const heIL: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index faf4043e4ed..7aa0f1d19c0 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const hrHR: LocalizationResource = { locale: 'hr-HR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const hrHR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index 9153ff534d2..680b123224c 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const huHU: LocalizationResource = { locale: 'hu-HU', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const huHU: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/id-ID.ts b/packages/localizations/src/id-ID.ts index aca03becdec..31c2c03a2fb 100644 --- a/packages/localizations/src/id-ID.ts +++ b/packages/localizations/src/id-ID.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const idID: LocalizationResource = { locale: 'id-ID', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const idID: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index 247350cf99d..3a2c4420520 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const isIS: LocalizationResource = { locale: 'is-IS', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const isIS: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index 5d720f34455..599b4127b4c 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const itIT: LocalizationResource = { locale: 'it-IT', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const itIT: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 76022a854f4..c37ab5e5974 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const jaJP: LocalizationResource = { locale: 'ja-JP', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const jaJP: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index 40f8a361758..ce3cf9ee84d 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const koKR: LocalizationResource = { locale: 'ko-KR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const koKR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index 1bf0ff8c512..a18f3a5cc63 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const mnMN: LocalizationResource = { locale: 'mn-MN', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const mnMN: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index ffeffad5358..679a6c1eb4c 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const nbNO: LocalizationResource = { locale: 'nb-NO', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const nbNO: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/nl-BE.ts b/packages/localizations/src/nl-BE.ts index 3b9c980103b..f9a85d4b574 100644 --- a/packages/localizations/src/nl-BE.ts +++ b/packages/localizations/src/nl-BE.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const nlBE: LocalizationResource = { locale: 'nl-NL', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const nlBE: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index 95414fdb253..28f82032edb 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const nlNL: LocalizationResource = { locale: 'nl-NL', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const nlNL: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index 3648616a768..a8ca5f08ced 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const plPL: LocalizationResource = { locale: 'pl-PL', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const plPL: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index a50736b07a5..a43aceeabcb 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const ptBR: LocalizationResource = { locale: 'pt-BR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const ptBR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index 76078f76782..bf4d1fddac8 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const ptPT: LocalizationResource = { locale: 'pt-PT', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const ptPT: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index 62747cb3575..e309f2d2371 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const roRO: LocalizationResource = { locale: 'ro-RO', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const roRO: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index 82f1004a651..bcef52a0ff0 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const ruRU: LocalizationResource = { locale: 'ru-RU', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const ruRU: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index 1689168523a..fd6f3e04203 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const skSK: LocalizationResource = { locale: 'sk-SK', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const skSK: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index 55fc3cbdfe1..0cbc1d5aea7 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const srRS: LocalizationResource = { locale: 'sr-RS', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const srRS: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index 412411bb0a4..f93a696ea8e 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const svSE: LocalizationResource = { locale: 'sv-SE', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const svSE: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index 685c5156464..8e603a48899 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const thTH: LocalizationResource = { locale: 'th-TH', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const thTH: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index c213f86b231..4355e36d1ca 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const trTR: LocalizationResource = { locale: 'tr-TR', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const trTR: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index be93ec563e1..f36c8ab76fa 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const ukUA: LocalizationResource = { locale: 'uk-UA', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const ukUA: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index 3563feca430..780d2f4187e 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const viVN: LocalizationResource = { locale: 'vi-VN', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const viVN: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 01ef5ad5491..9a589231426 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const zhCN: LocalizationResource = { locale: 'zh-CN', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const zhCN: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined, diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index eac36739209..59405341a97 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -15,12 +15,15 @@ import type { LocalizationResource } from '@clerk/types'; export const zhTW: LocalizationResource = { locale: 'zh-TW', __experimental_commerce: { + alwaysFree: undefined, availableFeatures: undefined, billedAnnually: undefined, + billedMonthlyOnly: undefined, cancelSubscription: undefined, checkout: { description__paymentSuccessful: undefined, description__subscriptionSuccessful: undefined, + downgradeNotice: undefined, emailForm: { subtitle: undefined, title: undefined, @@ -43,6 +46,7 @@ export const zhTW: LocalizationResource = { month: undefined, reSubscribe: undefined, seeAllFeatures: undefined, + subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, viewFeatures: undefined,