Skip to content
Open
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
6 changes: 6 additions & 0 deletions .changeset/fair-currency-hugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/localizations': minor
'@clerk/ui': minor
---

Monetary amounts are now formatted using your application's locale. For example, with the locale set to `fr-FR`, a USD 1000 amount now renders as `1 000,00 $US`; previously, it rendered as `$1,000.00` regardless of your application's configured locale.
4 changes: 2 additions & 2 deletions packages/localizations/src/bn-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const bnIN: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'এই প্ল্যানে পরিবর্তন করুন',
switchToAnnual: 'বার্ষিকে স্যুইচ করুন',
switchToAnnualWithAnnualPrice: 'বার্ষিকে স্যুইচ করুন {{currency}}{{price}} / বছর',
switchToAnnualWithAnnualPrice: 'বার্ষিকে স্যুইচ করুন {{price}} / বছর',
switchToMonthly: 'মাসিকে স্যুইচ করুন',
switchToMonthlyWithPrice: 'মাসিকে স্যুইচ করুন {{currency}}{{price}} / মাস',
switchToMonthlyWithPrice: 'মাসিকে স্যুইচ করুন {{price}} / মাস',
totalDue: 'মোট বকেয়া',
totalDuePerPeriod: undefined,
totalDueToday: 'আজকের মোট বকেয়া',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ca-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const caES: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Canviar a aquest pla',
switchToAnnual: 'Canviar a anual',
switchToAnnualWithAnnualPrice: 'Canviar a anual {{currency}}{{price}} / any',
switchToAnnualWithAnnualPrice: 'Canviar a anual {{price}} / any',
switchToMonthly: 'Canviar a mensual',
switchToMonthlyWithPrice: 'Canviar a mensual {{currency}}{{price}} / mes',
switchToMonthlyWithPrice: 'Canviar a mensual {{price}} / mes',
totalDue: 'Total a pagar',
totalDuePerPeriod: undefined,
totalDueToday: 'Total a pagar avui',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ export const csCZ: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Přepnout na tento plán',
switchToAnnual: 'Přepnout na roční',
switchToAnnualWithAnnualPrice: 'Přepnout na roční {{currency}}{{price}} / rok',
switchToAnnualWithAnnualPrice: 'Přepnout na roční {{price}} / rok',
switchToMonthly: 'Přepnout na měsíční',
switchToMonthlyWithPrice: 'Přepnout na měsíční {{currency}}{{price}} / měsíc',
switchToMonthlyWithPrice: 'Přepnout na měsíční {{price}} / měsíc',
totalDue: 'Celkem k zaplacení',
totalDuePerPeriod: undefined,
totalDueToday: 'Celkem k zaplacení dnes',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const deDE: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Zu diesem Plan wechseln',
switchToAnnual: 'Wechsel zu jährlich',
switchToAnnualWithAnnualPrice: 'Auf jährlich wechseln {{currency}}{{price}} / Jahr',
switchToAnnualWithAnnualPrice: 'Auf jährlich wechseln {{price}} / Jahr',
switchToMonthly: 'Wechsel zu monatlich',
switchToMonthlyWithPrice: 'Auf monatlich wechseln {{currency}}{{price}} / Monat',
switchToMonthlyWithPrice: 'Auf monatlich wechseln {{price}} / Monat',
totalDue: 'Gesamtbetrag',
totalDuePerPeriod: undefined,
totalDueToday: 'Heute fällig',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ export const enUS: LocalizationResource = {
subtotalRenewal: 'Subtotal per period',
switchPlan: 'Switch to this plan',
switchToAnnual: 'Switch to annual',
switchToAnnualWithAnnualPrice: 'Switch to annual {{currency}}{{price}} / year',
switchToAnnualWithAnnualPrice: 'Switch to annual {{price}} / year',
switchToMonthly: 'Switch to monthly',
switchToMonthlyWithPrice: 'Switch to monthly {{currency}}{{price}} / month',
switchToMonthlyWithPrice: 'Switch to monthly {{price}} / month',
totalDue: 'Total due',
totalDuePerPeriod: 'Total per period',
totalDueToday: 'Total due today',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const esES: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Cambiar a este plan',
switchToAnnual: 'Cambiar a anual',
switchToAnnualWithAnnualPrice: 'Cambiar a anual {{currency}}{{price}} / año',
switchToAnnualWithAnnualPrice: 'Cambiar a anual {{price}} / año',
switchToMonthly: 'Cambiar a mensual',
switchToMonthlyWithPrice: 'Cambiar a mensual {{currency}}{{price}} / mes',
switchToMonthlyWithPrice: 'Cambiar a mensual {{price}} / mes',
totalDue: 'Total a pagar',
totalDuePerPeriod: undefined,
totalDueToday: 'Total a pagar hoy',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/fa-IR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ export const faIR: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'به این طرح تغییر دهید',
switchToAnnual: 'به سالانه تغییر دهید',
switchToAnnualWithAnnualPrice: 'تغییر به سالانه {{currency}}{{price}} / سال',
switchToAnnualWithAnnualPrice: 'تغییر به سالانه {{price}} / سال',
switchToMonthly: 'به ماهانه تغییر دهید',
switchToMonthlyWithPrice: 'تغییر به ماهانه {{currency}}{{price}} / ماه',
switchToMonthlyWithPrice: 'تغییر به ماهانه {{price}} / ماه',
totalDue: 'کل مبلغ سررسید',
totalDuePerPeriod: undefined,
totalDueToday: 'سررسید کل امروز',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ export const frFR: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Changer de plan',
switchToAnnual: "Passer à l'annuel",
switchToAnnualWithAnnualPrice: 'Passer à l’annuel {{currency}}{{price}} / an',
switchToAnnualWithAnnualPrice: 'Passer à l’annuel {{price}} / an',
switchToMonthly: 'Passer au mensuel',
switchToMonthlyWithPrice: 'Passer au mensuel {{currency}}{{price}} / mois',
switchToMonthlyWithPrice: 'Passer au mensuel {{price}} / mois',
totalDue: 'Total dû',
totalDuePerPeriod: undefined,
totalDueToday: "Total dû aujourd'hui",
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/hi-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const hiIN: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'इस योजना पर स्विच करें',
switchToAnnual: 'वार्षिक पर स्विच करें',
switchToAnnualWithAnnualPrice: 'वार्षिक पर स्विच करें {{currency}}{{price}} / वर्ष',
switchToAnnualWithAnnualPrice: 'वार्षिक पर स्विच करें {{price}} / वर्ष',
switchToMonthly: 'मासिक पर स्विच करें',
switchToMonthlyWithPrice: 'मासिक पर स्विच करें {{currency}}{{price}} / माह',
switchToMonthlyWithPrice: 'मासिक पर स्विच करें {{price}} / माह',
totalDue: 'कुल देय',
totalDuePerPeriod: undefined,
totalDueToday: 'आज का कुल देय',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/hr-HR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const hrHR: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Prebaci na ovaj plan',
switchToAnnual: 'Prebaci na godišnje',
switchToAnnualWithAnnualPrice: 'Prebaci na godišnje {{currency}}{{price}} / godišnje',
switchToAnnualWithAnnualPrice: 'Prebaci na godišnje {{price}} / godišnje',
switchToMonthly: 'Prebaci na mjesečno',
switchToMonthlyWithPrice: 'Prebaci na mjesečno {{currency}}{{price}} / mjesečno',
switchToMonthlyWithPrice: 'Prebaci na mjesečno {{price}} / mjesečno',
totalDue: 'Ukupno za platiti',
totalDuePerPeriod: undefined,
totalDueToday: 'Ukupno za platiti danas',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const huHU: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Váltás erre a csomagra',
switchToAnnual: 'Váltás éves fizetésre',
switchToAnnualWithAnnualPrice: 'Váltás éves fizetésre: {{currency}}{{price}} / év',
switchToAnnualWithAnnualPrice: 'Váltás éves fizetésre: {{price}} / év',
switchToMonthly: 'Váltás havi fizetésre',
switchToMonthlyWithPrice: 'Váltás havi fizetésre: {{currency}}{{price}} / hó',
switchToMonthlyWithPrice: 'Váltás havi fizetésre: {{price}} / hó',
totalDue: 'Fizetendő összeg',
totalDuePerPeriod: undefined,
totalDueToday: 'Mai fizetendő összeg',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/is-IS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const isIS: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Skipta yfir í þessa áskrift',
switchToAnnual: 'Skipta yfir í árlega',
switchToAnnualWithAnnualPrice: 'Skipta yfir í árlega {{currency}}{{price}} / ár',
switchToAnnualWithAnnualPrice: 'Skipta yfir í árlega {{price}} / ár',
switchToMonthly: 'Skipta yfir í mánaðarlega',
switchToMonthlyWithPrice: 'Skipta yfir í mánaðarlega {{currency}}{{price}} / mánuð',
switchToMonthlyWithPrice: 'Skipta yfir í mánaðarlega {{price}} / mánuð',
totalDue: 'Samtals til greiðslu',
totalDuePerPeriod: undefined,
totalDueToday: 'Samtals til greiðslu í dag',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const itIT: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Passa a questo piano',
switchToAnnual: 'Passa ad annuale',
switchToAnnualWithAnnualPrice: 'Passa ad annuale {{currency}}{{price}} / anno',
switchToAnnualWithAnnualPrice: 'Passa ad annuale {{price}} / anno',
switchToMonthly: 'Passa a mensile',
switchToMonthlyWithPrice: 'Passa a mensile {{currency}}{{price}} / mese',
switchToMonthlyWithPrice: 'Passa a mensile {{price}} / mese',
totalDue: 'Totale dovuto',
totalDuePerPeriod: undefined,
totalDueToday: 'Totale dovuto oggi',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const jaJP: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'このプランに切り替える',
switchToAnnual: '年払いに切り替える',
switchToAnnualWithAnnualPrice: '年払い {{currency}}{{price}} / 年 に切り替える',
switchToAnnualWithAnnualPrice: '年払い {{price}} / 年 に切り替える',
switchToMonthly: '月払いに切り替える',
switchToMonthlyWithPrice: '月払い {{currency}}{{price}} / 月 に切り替える',
switchToMonthlyWithPrice: '月払い {{price}} / 月 に切り替える',
totalDue: '支払い合計',
totalDuePerPeriod: undefined,
totalDueToday: '本日のお支払合計',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ export const koKR: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: '이 플랜으로 전환',
switchToAnnual: '연간 결제로 변경',
switchToAnnualWithAnnualPrice: '연간 {{currency}}{{price}} / 년으로 변경',
switchToAnnualWithAnnualPrice: '연간 {{price}} / 년으로 변경',
switchToMonthly: '월간 결제로 변경',
switchToMonthlyWithPrice: '월간 {{currency}}{{price}} / 월로 변경',
switchToMonthlyWithPrice: '월간 {{price}} / 월로 변경',
totalDue: '총 결제 금액',
totalDuePerPeriod: undefined,
totalDueToday: '오늘 결제 금액',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ms-MY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ export const msMY: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Tukar ke pelan ini',
switchToAnnual: 'Tukar kepada tahunan',
switchToAnnualWithAnnualPrice: 'Tukar kepada tahunan {{currency}}{{price}} / tahun',
switchToAnnualWithAnnualPrice: 'Tukar kepada tahunan {{price}} / tahun',
switchToMonthly: 'Tukar kepada bulanan',
switchToMonthlyWithPrice: 'Tukar kepada bulanan {{currency}}{{price}} / bulan',
switchToMonthlyWithPrice: 'Tukar kepada bulanan {{price}} / bulan',
totalDue: 'Jumlah perlu dibayar',
totalDuePerPeriod: undefined,
totalDueToday: 'Jumlah Perlu Dibayar Hari Ini',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/nb-NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const nbNO: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Bytt til denne planen',
switchToAnnual: 'Bytt til årlig',
switchToAnnualWithAnnualPrice: 'Bytt til årlig {{currency}}{{price}} / år',
switchToAnnualWithAnnualPrice: 'Bytt til årlig {{price}} / år',
switchToMonthly: 'Bytt til månedlig',
switchToMonthlyWithPrice: 'Bytt til månedlig {{currency}}{{price}} / måned',
switchToMonthlyWithPrice: 'Bytt til månedlig {{price}} / måned',
totalDue: 'Totalt å betale',
totalDuePerPeriod: undefined,
totalDueToday: 'Totalt å betale i dag',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const ptBR: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Mudar de plano',
switchToAnnual: 'Mudar para anual',
switchToAnnualWithAnnualPrice: 'Mudar para anual {{currency}}{{price}} / ano',
switchToAnnualWithAnnualPrice: 'Mudar para anual {{price}} / ano',
switchToMonthly: 'Mudar para mensal',
switchToMonthlyWithPrice: 'Mudar para mensal {{currency}}{{price}} / mês',
switchToMonthlyWithPrice: 'Mudar para mensal {{price}} / mês',
totalDue: 'Total devido',
totalDuePerPeriod: undefined,
totalDueToday: 'Total devido hoje',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ export const ptPT: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Mudar para este plano',
switchToAnnual: 'Mudar para anual',
switchToAnnualWithAnnualPrice: 'Mudar para anual {{currency}}{{price}} / ano',
switchToAnnualWithAnnualPrice: 'Mudar para anual {{price}} / ano',
switchToMonthly: 'Mudar para mensal',
switchToMonthlyWithPrice: 'Mudar para mensal {{currency}}{{price}} / mês',
switchToMonthlyWithPrice: 'Mudar para mensal {{price}} / mês',
totalDue: 'Total devido',
totalDuePerPeriod: undefined,
totalDueToday: 'Total devido hoje',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ro-RO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const roRO: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Schimbă pe acest plan',
switchToAnnual: 'Treci la anual',
switchToAnnualWithAnnualPrice: 'Treci la anual {{currency}}{{price}} / an',
switchToAnnualWithAnnualPrice: 'Treci la anual {{price}} / an',
switchToMonthly: 'Treci la lunar',
switchToMonthlyWithPrice: 'Treci la lunar {{currency}}{{price}} / lună',
switchToMonthlyWithPrice: 'Treci la lunar {{price}} / lună',
totalDue: 'Total de plată',
totalDuePerPeriod: undefined,
totalDueToday: 'Total de plată astăzi',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/ta-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ export const taIN: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'இந்த திட்டத்திற்கு மாறவும்',
switchToAnnual: 'வருடாந்திரத்திற்கு மாறு',
switchToAnnualWithAnnualPrice: 'வருடாந்திரத்திற்கு மாறு {{currency}}{{price}} / ஆண்டு',
switchToAnnualWithAnnualPrice: 'வருடாந்திரத்திற்கு மாறு {{price}} / ஆண்டு',
switchToMonthly: 'மாதாந்திரத்திற்கு மாறு',
switchToMonthlyWithPrice: 'மாதாந்திரத்திற்கு மாறு {{currency}}{{price}} / மாதம்',
switchToMonthlyWithPrice: 'மாதாந்திரத்திற்கு மாறு {{price}} / மாதம்',
totalDue: 'செலுத்த வேண்டிய மொத்தம்',
totalDuePerPeriod: undefined,
totalDueToday: 'இன்று செலுத்த வேண்டிய மொத்தம்',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/te-IN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ export const teIN: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'ఈ ప్లాన్‌కు మారండి',
switchToAnnual: 'వార్షికానికి మార్చు',
switchToAnnualWithAnnualPrice: 'వార్షికానికి మార్చు {{currency}}{{price}} / సంవత్సరం',
switchToAnnualWithAnnualPrice: 'వార్షికానికి మార్చు {{price}} / సంవత్సరం',
switchToMonthly: 'నెలవారీకి మార్చు',
switchToMonthlyWithPrice: 'నెలవారీకి మార్చు {{currency}}{{price}} / నెల',
switchToMonthlyWithPrice: 'నెలవారీకి మార్చు {{price}} / నెల',
totalDue: 'చెల్లించవలసిన మొత్తం',
totalDuePerPeriod: undefined,
totalDueToday: 'ఈరోజు చెల్లించవలసిన మొత్తం',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ export const thTH: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'เปลี่ยนไปใช้แผนนี้',
switchToAnnual: 'เปลี่ยนเป็นรายปี',
switchToAnnualWithAnnualPrice: 'เปลี่ยนเป็นรายปี {{currency}}{{price}} / ปี',
switchToAnnualWithAnnualPrice: 'เปลี่ยนเป็นรายปี {{price}} / ปี',
switchToMonthly: 'เปลี่ยนเป็นรายเดือน',
switchToMonthlyWithPrice: 'เปลี่ยนเป็นรายเดือน {{currency}}{{price}} / เดือน',
switchToMonthlyWithPrice: 'เปลี่ยนเป็นรายเดือน {{price}} / เดือน',
totalDue: 'ยอดรวมที่ต้องชำระ',
totalDuePerPeriod: undefined,
totalDueToday: 'ยอดรวมที่ต้องชำระวันนี้',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/vi-VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ export const viVN: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: 'Chuyển sang gói này',
switchToAnnual: 'Chuyển sang hàng năm',
switchToAnnualWithAnnualPrice: 'Chuyển sang gói năm {{currency}}{{price}} / năm',
switchToAnnualWithAnnualPrice: 'Chuyển sang gói năm {{price}} / năm',
switchToMonthly: 'Chuyển sang hàng tháng',
switchToMonthlyWithPrice: 'Chuyển sang gói tháng {{currency}}{{price}} / tháng',
switchToMonthlyWithPrice: 'Chuyển sang gói tháng {{price}} / tháng',
totalDue: 'Tổng cần thanh toán',
totalDuePerPeriod: undefined,
totalDueToday: 'Tổng cần thanh toán hôm nay',
Expand Down
4 changes: 2 additions & 2 deletions packages/localizations/src/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ export const zhTW: LocalizationResource = {
subtotalRenewal: undefined,
switchPlan: '切換到此方案',
switchToAnnual: '切換到每年',
switchToAnnualWithAnnualPrice: '切換到每年 {{currency}}{{price}} / 年',
switchToAnnualWithAnnualPrice: '切換到每年 {{price}} / 年',
switchToMonthly: '切換到每月',
switchToMonthlyWithPrice: '切換到每月 {{currency}}{{price}} / 月',
switchToMonthlyWithPrice: '切換到每月 {{price}} / 月',
totalDue: '總逾期金額',
totalDuePerPeriod: undefined,
totalDueToday: '總逾期金額',
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/src/types/localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ export type __internal_LocalizationResource = {
switchPlan: LocalizationValue;
switchToMonthly: LocalizationValue;
switchToAnnual: LocalizationValue;
switchToMonthlyWithPrice: LocalizationValue<'price' | 'currency'>;
switchToAnnualWithAnnualPrice: LocalizationValue<'price' | 'currency'>;
switchToMonthlyWithPrice: LocalizationValue<'price'>;
switchToAnnualWithAnnualPrice: LocalizationValue<'price'>;
billedAnnually: LocalizationValue;
billedMonthly: LocalizationValue;
billedMonthlyOnly: LocalizationValue;
Expand Down
Loading
Loading