chore: bump version to 2.23.12 and update billing localization (#449)
* chore: bump version to 2.23.12 and update billing localization - Updated application version from 2.23.11 to 2.23.12 in package.json. - Added new localization key for billing: "perUnitShort" to enhance user clarity in billing plans. - Improved unit label handling in LineItemDetails and Tiers components for better internationalization support. - Adjusted pricing table to conditionally display unit labels based on item type. * fix(billing): update pluralization in billing localization and component logic - Adjusted the localization key for "fromPreviousTierUpTo" to include pluralization support for unit labels. - Enhanced the LineItemDetails component to calculate and display the range count between previous and current tiers, improving clarity in billing information.
This commit is contained in:
committed by
GitHub
parent
9355c0a614
commit
58f08c5f39
@@ -40,10 +40,11 @@
|
||||
"proceedToPayment": "Proceed to Payment",
|
||||
"startTrial": "Start Trial",
|
||||
"perTeamMember": "Per team member",
|
||||
"perUnitShort": "Per {{unit}}",
|
||||
"perUnit": "Per {{unit}} usage",
|
||||
"teamMembers": "Team Members",
|
||||
"includedUpTo": "Up to {{upTo}} {{unit}} included in the plan",
|
||||
"fromPreviousTierUpTo": "for each {{unit}} for the next {{ upTo }} {{ unit }}",
|
||||
"fromPreviousTierUpTo": "for each {{unit}} for the next {{ upTo }} {{ unitPlural }}",
|
||||
"andAbove": "above {{ previousTier }} {{ unit }}",
|
||||
"startingAtPriceUnit": "Starting at {{price}}/{{unit}}",
|
||||
"priceUnit": "{{price}}/{{unit}}",
|
||||
|
||||
Reference in New Issue
Block a user