Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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/fair-currency-hugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@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 @@ -175,9 +175,9 @@ export const bnIN: LocalizationResource = {
subtotal: 'সাবটোটাল',
switchPlan: 'এই প্ল্যানে পরিবর্তন করুন',
switchToAnnual: 'বার্ষিকে স্যুইচ করুন',
switchToAnnualWithAnnualPrice: 'বার্ষিকে স্যুইচ করুন {{currency}}{{price}} / বছর',
switchToAnnualWithAnnualPrice: 'বার্ষিকে স্যুইচ করুন {{price}} / বছর',
switchToMonthly: 'মাসিকে স্যুইচ করুন',
switchToMonthlyWithPrice: 'মাসিকে স্যুইচ করুন {{currency}}{{price}} / মাস',
switchToMonthlyWithPrice: 'মাসিকে স্যুইচ করুন {{price}} / মাস',
totalDue: 'মোট বকেয়া',
totalDueToday: 'আজকের মোট বকেয়া',
viewFeatures: 'বৈশিষ্ট্য দেখুন',
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 @@ -176,9 +176,9 @@ export const caES: LocalizationResource = {
subtotal: 'Subtotal',
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',
totalDueToday: 'Total a pagar avui',
viewFeatures: 'Veure funcions',
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 @@ -173,9 +173,9 @@ export const csCZ: LocalizationResource = {
subtotal: 'Mezisoučet',
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í',
totalDueToday: 'Celkem k zaplacení dnes',
viewFeatures: 'Zobrazit funkce',
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 @@ -175,9 +175,9 @@ export const deDE: LocalizationResource = {
subtotal: 'Zwischensumme',
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',
totalDueToday: 'Heute fällig',
viewFeatures: 'Funktionen anzeigen',
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 @@ -199,9 +199,9 @@ export const enUS: LocalizationResource = {
totalDuePerPeriod: 'Total 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',
totalDueToday: 'Total due today',
viewFeatures: 'View features',
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 @@ -175,9 +175,9 @@ export const esES: LocalizationResource = {
subtotal: 'Subtotal',
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',
totalDueToday: 'Total a pagar hoy',
viewFeatures: 'Ver funciones',
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 @@ -174,9 +174,9 @@ export const faIR: LocalizationResource = {
subtotal: 'جمع فرعی',
switchPlan: 'به این طرح تغییر دهید',
switchToAnnual: 'به سالانه تغییر دهید',
switchToAnnualWithAnnualPrice: 'تغییر به سالانه {{currency}}{{price}} / سال',
switchToAnnualWithAnnualPrice: 'تغییر به سالانه {{price}} / سال',
switchToMonthly: 'به ماهانه تغییر دهید',
switchToMonthlyWithPrice: 'تغییر به ماهانه {{currency}}{{price}} / ماه',
switchToMonthlyWithPrice: 'تغییر به ماهانه {{price}} / ماه',
totalDue: 'کل مبلغ سررسید',
totalDueToday: 'سررسید کل امروز',
viewFeatures: 'مشاهده ویژگی ها',
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 @@ -177,9 +177,9 @@ export const frFR: LocalizationResource = {
subtotal: 'Total',
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û',
totalDueToday: "Total dû aujourd'hui",
viewFeatures: 'Voir les fonctionnalités',
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 @@ -175,9 +175,9 @@ export const hiIN: LocalizationResource = {
subtotal: 'उप-योग',
switchPlan: 'इस योजना पर स्विच करें',
switchToAnnual: 'वार्षिक पर स्विच करें',
switchToAnnualWithAnnualPrice: 'वार्षिक पर स्विच करें {{currency}}{{price}} / वर्ष',
switchToAnnualWithAnnualPrice: 'वार्षिक पर स्विच करें {{price}} / वर्ष',
switchToMonthly: 'मासिक पर स्विच करें',
switchToMonthlyWithPrice: 'मासिक पर स्विच करें {{currency}}{{price}} / माह',
switchToMonthlyWithPrice: 'मासिक पर स्विच करें {{price}} / माह',
totalDue: 'कुल देय',
totalDueToday: 'आज का कुल देय',
viewFeatures: 'सुविधाएँ देखें',
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 @@ -196,9 +196,9 @@ export const hrHR: LocalizationResource = {
subtotal: 'Međuzbroj',
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',
totalDueToday: 'Ukupno za platiti danas',
viewFeatures: 'Pogledaj značajke',
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 @@ -196,9 +196,9 @@ export const huHU: LocalizationResource = {
subtotal: 'Részösszeg',
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',
totalDueToday: 'Mai fizetendő összeg',
viewFeatures: 'Funkciók megtekintése',
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 @@ -195,9 +195,9 @@ export const isIS: LocalizationResource = {
subtotal: 'Millisamtala',
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',
totalDueToday: 'Samtals til greiðslu í dag',
viewFeatures: 'Sjá eiginleika',
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 @@ -175,9 +175,9 @@ export const itIT: LocalizationResource = {
subtotal: 'Subtotale',
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',
totalDueToday: 'Totale dovuto oggi',
viewFeatures: 'Visualizza funzionalità',
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 @@ -180,9 +180,9 @@ export const jaJP: LocalizationResource = {
subtotal: '小計',
switchPlan: 'このプランに切り替える',
switchToAnnual: '年払いに切り替える',
switchToAnnualWithAnnualPrice: '年払い {{currency}}{{price}} / 年 に切り替える',
switchToAnnualWithAnnualPrice: '年払い {{price}} / 年 に切り替える',
switchToMonthly: '月払いに切り替える',
switchToMonthlyWithPrice: '月払い {{currency}}{{price}} / 月 に切り替える',
switchToMonthlyWithPrice: '月払い {{price}} / 月 に切り替える',
totalDue: '支払い合計',
totalDueToday: '本日のお支払合計',
viewFeatures: '機能を見る',
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 @@ -176,9 +176,9 @@ export const koKR: LocalizationResource = {
subtotal: '소계',
switchPlan: '이 플랜으로 전환',
switchToAnnual: '연간 결제로 변경',
switchToAnnualWithAnnualPrice: '연간 {{currency}}{{price}} / 년으로 변경',
switchToAnnualWithAnnualPrice: '연간 {{price}} / 년으로 변경',
switchToMonthly: '월간 결제로 변경',
switchToMonthlyWithPrice: '월간 {{currency}}{{price}} / 월로 변경',
switchToMonthlyWithPrice: '월간 {{price}} / 월로 변경',
totalDue: '총 결제 금액',
totalDueToday: '오늘 결제 금액',
viewFeatures: '기능 보기',
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 @@ -177,9 +177,9 @@ export const msMY: LocalizationResource = {
subtotal: 'Jumlah kecil',
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',
totalDueToday: 'Jumlah Perlu Dibayar Hari Ini',
viewFeatures: 'Lihat ciri',
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 @@ -196,9 +196,9 @@ export const nbNO: LocalizationResource = {
subtotal: 'Delsum',
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',
totalDueToday: 'Totalt å betale i dag',
viewFeatures: 'Se funksjoner',
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 @@ -175,9 +175,9 @@ export const ptBR: LocalizationResource = {
subtotal: 'Subtotal',
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',
totalDueToday: 'Total devido hoje',
viewFeatures: 'Ver recursos',
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 @@ -177,9 +177,9 @@ export const ptPT: LocalizationResource = {
subtotal: 'Subtotal',
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',
totalDueToday: 'Total devido hoje',
viewFeatures: 'Ver funcionalidades',
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 @@ -175,9 +175,9 @@ export const roRO: LocalizationResource = {
subtotal: 'Subtotal',
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ă',
totalDueToday: 'Total de plată astăzi',
viewFeatures: 'Vezi funcțiile',
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 @@ -177,9 +177,9 @@ export const taIN: LocalizationResource = {
subtotal: 'துணை மொத்தம்',
switchPlan: 'இந்த திட்டத்திற்கு மாறவும்',
switchToAnnual: 'வருடாந்திரத்திற்கு மாறு',
switchToAnnualWithAnnualPrice: 'வருடாந்திரத்திற்கு மாறு {{currency}}{{price}} / ஆண்டு',
switchToAnnualWithAnnualPrice: 'வருடாந்திரத்திற்கு மாறு {{price}} / ஆண்டு',
switchToMonthly: 'மாதாந்திரத்திற்கு மாறு',
switchToMonthlyWithPrice: 'மாதாந்திரத்திற்கு மாறு {{currency}}{{price}} / மாதம்',
switchToMonthlyWithPrice: 'மாதாந்திரத்திற்கு மாறு {{price}} / மாதம்',
totalDue: 'செலுத்த வேண்டிய மொத்தம்',
totalDueToday: 'இன்று செலுத்த வேண்டிய மொத்தம்',
viewFeatures: 'அம்சங்களைக் காண்க',
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 @@ -176,9 +176,9 @@ export const teIN: LocalizationResource = {
subtotal: 'ఉప మొత్తం',
switchPlan: 'ఈ ప్లాన్‌కు మారండి',
switchToAnnual: 'వార్షికానికి మార్చు',
switchToAnnualWithAnnualPrice: 'వార్షికానికి మార్చు {{currency}}{{price}} / సంవత్సరం',
switchToAnnualWithAnnualPrice: 'వార్షికానికి మార్చు {{price}} / సంవత్సరం',
switchToMonthly: 'నెలవారీకి మార్చు',
switchToMonthlyWithPrice: 'నెలవారీకి మార్చు {{currency}}{{price}} / నెల',
switchToMonthlyWithPrice: 'నెలవారీకి మార్చు {{price}} / నెల',
totalDue: 'చెల్లించవలసిన మొత్తం',
totalDueToday: 'ఈరోజు చెల్లించవలసిన మొత్తం',
viewFeatures: 'ఫీచర్లను చూడు',
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 @@ -173,9 +173,9 @@ export const thTH: LocalizationResource = {
subtotal: 'ยอดรวมย่อย',
switchPlan: 'เปลี่ยนไปใช้แผนนี้',
switchToAnnual: 'เปลี่ยนเป็นรายปี',
switchToAnnualWithAnnualPrice: 'เปลี่ยนเป็นรายปี {{currency}}{{price}} / ปี',
switchToAnnualWithAnnualPrice: 'เปลี่ยนเป็นรายปี {{price}} / ปี',
switchToMonthly: 'เปลี่ยนเป็นรายเดือน',
switchToMonthlyWithPrice: 'เปลี่ยนเป็นรายเดือน {{currency}}{{price}} / เดือน',
switchToMonthlyWithPrice: 'เปลี่ยนเป็นรายเดือน {{price}} / เดือน',
totalDue: 'ยอดรวมที่ต้องชำระ',
totalDueToday: 'ยอดรวมที่ต้องชำระวันนี้',
viewFeatures: 'ดูฟีเจอร์',
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 @@ -175,9 +175,9 @@ export const viVN: LocalizationResource = {
subtotal: 'Tổng cộng',
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',
totalDueToday: 'Tổng cần thanh toán hôm nay',
viewFeatures: 'Xem tính năng',
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 @@ -175,9 +175,9 @@ export const zhTW: LocalizationResource = {
subtotal: '小計',
switchPlan: '切換到此方案',
switchToAnnual: '切換到每年',
switchToAnnualWithAnnualPrice: '切換到每年 {{currency}}{{price}} / 年',
switchToAnnualWithAnnualPrice: '切換到每年 {{price}} / 年',
switchToMonthly: '切換到每月',
switchToMonthlyWithPrice: '切換到每月 {{currency}}{{price}} / 月',
switchToMonthlyWithPrice: '切換到每月 {{price}} / 月',
totalDue: '總逾期金額',
totalDueToday: '總逾期金額',
viewFeatures: '查看功能',
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 @@ -202,8 +202,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