bebd56238b37f2e1135d0d781892354d8a54eddb
* feat(billing): add i18n pluralization support for billing unit names Use i18next plural feature to properly translate and pluralize unit names in billing plans (e.g., "member" vs "members"). This ensures correct grammar for phrases like "Up to 4 members included in the plan" and enables proper translation of unit names in non-English locales. * fix(billing): handle 'unlimited' tier values in pluralization Add getSafeCount helper to safely convert tier values to numbers, preventing NaN when 'unlimited' values are passed to pluralization. Falls back to plural form for 'unlimited' or invalid values. --------- Co-authored-by: Claude <noreply@anthropic.com>
2.23.0: Enforce Policies API for invitations and creating accounts; added WeakPassword handling; Fix dialog open/closed states (#439)
Makerkit - Supabase SaaS Starter Kit - Turbo Edition
This is a Starter Kit for building SaaS applications using Supabase, Next.js, and Tailwind CSS.
A demo version of this project can be found at makerkit/next-supabase-saas-kit-turbo-demo. This version contains a tasks functionality that is not present in the original version, multiple languages, and other various modifications.
Please follow the documentation to get started.
Please remember to update the repository daily.
Description
Languages
TypeScript
88.4%
PLpgSQL
9.2%
HTML
1.2%
Roff
0.4%
CSS
0.3%
Other
0.3%