@clerk/localizations 3.19.0-canary.v20250714182433 → 3.19.0-snapshot.v20250714190940
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en-US.js +1 -4
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +1 -4
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -9510,11 +9510,9 @@ var enUS = {
|
|
9510
9510
|
badge__renewsAt: "Renews {{ date | shortDate('en-US') }}",
|
9511
9511
|
badge__requiresAction: "Requires action",
|
9512
9512
|
badge__startsAt: "Starts {{ date | shortDate('en-US') }}",
|
9513
|
-
badge__pastDueAt: "Past due {{ date | shortDate('en-US') }}",
|
9514
9513
|
badge__thisDevice: "This device",
|
9515
9514
|
badge__unverified: "Unverified",
|
9516
9515
|
badge__upcomingPlan: "Upcoming",
|
9517
|
-
badge__pastDuePlan: "Past due",
|
9518
9516
|
badge__userDevice: "User device",
|
9519
9517
|
badge__you: "You",
|
9520
9518
|
commerce: {
|
@@ -9589,8 +9587,7 @@ var enUS = {
|
|
9589
9587
|
subscribedOn: "Subscribed on",
|
9590
9588
|
endsOn: "Ends on",
|
9591
9589
|
renewsAt: "Renews at",
|
9592
|
-
beginsOn: "Begins on"
|
9593
|
-
pastDueAt: "Past due on"
|
9590
|
+
beginsOn: "Begins on"
|
9594
9591
|
},
|
9595
9592
|
reSubscribe: "Resubscribe",
|
9596
9593
|
seeAllFeatures: "See all features",
|