Skip to content
Merged
Changes from all 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
6 changes: 6 additions & 0 deletions src/lib/data/plans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export const plans: Plan[] = [
{ label: 'Unlimited corrections' },
{ label: '5 new conversations a day' },
{ label: '20 translations a day' },
{
label: '10 Echo cards read aloud a day',
note: 'A synthetic voice for a card nobody has recorded yet. A pack’s readings are already there and cost nothing.'
},
{ label: '1 language you are learning, 1 you speak natively' },
{ label: 'Filters: country, age and level' },
{ label: '5 photos on your profile' }
Expand All @@ -56,6 +60,7 @@ export const plans: Plan[] = [
label: '300 translations a day',
note: 'Far more than a conversation uses. Translation is the one feature with a real per-request cost, so it has a number rather than a promise.'
},
{ label: '50 Echo cards read aloud a day' },
{ label: '2 languages you are learning, 2 you speak natively' },
{ label: '10 photos on your profile' },
{ label: 'Filters: gender and city' },
Expand All @@ -77,6 +82,7 @@ export const plans: Plan[] = [
note: 'Reading a translation is free on every plan. This is the other direction — your own message goes with a translation under it.'
},
{ label: '1000 translations a day' },
{ label: '100 Echo cards read aloud a day' },
{ label: '5 languages you are learning, 5 you speak natively' },
{
label: 'Nearby',
Expand Down