Closed lukevella closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
[!CAUTION]
Review failed
The pull request is closed.
The changes involve updates to various localization files across multiple languages, primarily focusing on pricing descriptions and user interface prompts. Specific modifications include the removal of the "annualBenefit" key in several languages and the addition of new strings to enhance user interaction. These updates aim to streamline information and improve clarity within the application.
Files | Change Summary |
---|---|
apps/landing/public/locales/cs/pricing.json , da , es , fi , hu , nl , pl , pt-BR , pt |
Removed "annualBenefit" key providing free month descriptions for annual billing. |
apps/landing/public/locales/en/pricing.json |
Modified placeholder syntax for "annualBenefit" from {{count}} to {count} . |
apps/web/public/locales/ca/app.json |
Added multiple new strings for user actions, including "annualBenefit": "{count} mesos gratuïts" . |
apps/web/public/locales/cs/app.json , da , de , en , es , eu , fi , fr , hr , hu , it , ko , nl , no , pl , pt-BR , pt , ru , sk , sv , tr , zh-Hant , zh |
Introduced new strings for user interactions, including "createdBy" , "deleteParticipant" , and "loginWith" . Removed "verificationCodeSentTo" in several files. |
sequenceDiagram
participant User
participant App
participant Localization
User->>App: Request to view pricing
App->>Localization: Fetch pricing strings
Localization-->>App: Return updated strings
App-->>User: Display pricing information
🐰 "In the fields where bunnies play,
New words hop in, brightening the day!
With benefits clear, and prompts so neat,
Our app's a treat, oh what a feat!
Let's celebrate with a joyful cheer,
For all the changes that bring us near!" 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Documentation