From 7ce89092081a3b0d85b6664ccadf175d64788304 Mon Sep 17 00:00:00 2001 From: Schin Chauhan Date: Fri, 20 Nov 2020 20:43:31 +0530 Subject: [PATCH 1/2] translatable --- app/templates/pricing.hbs | 96 +++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/app/templates/pricing.hbs b/app/templates/pricing.hbs index 35d578d5db4..7c1990655ab 100644 --- a/app/templates/pricing.hbs +++ b/app/templates/pricing.hbs @@ -5,7 +5,7 @@
-

Pricing

+

{{t 'Pricing'}}

@@ -14,7 +14,7 @@
-

Sign up for our Early Access plan!

+

{{t 'Sign up for our Early Access plan!'}}

@@ -26,156 +26,156 @@ - - - + + + - - + + - - + + - + - + - + - + - + - + - - + + - + - + - + - - + + - + - + - - - + + + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - + - + - + - + - + - + +

{{t 'FREE'}}

BasicsFee per paid tickets 3% {{t 'Basics'}}{{t 'Fee per paid tickets'}}{{ t '3%'}}
Fee per free tickets No fee {{t 'Fee per free tickets'}}{{t 'No fee'}}
Ticket SalesPublic event listings{{t 'Ticket Sales'}}{{t 'Public event listings'}}
Private (unlisted) events {{t 'Private (unlisted) events'}}
Unlimited events{{t 'Unlimited events'}}
Attendee form{{t 'Attendee form'}}
Custom attendee form questions{{t 'Custom attendee form question'}}
Digital or printed tickets{{t 'Digital or printed tickets'}}
Donation tickets{{t 'Donation tickets'}}
PaymentsSecure payment processing{{t 'Payments'}}{{t 'Secure payment processing'}}
Accepting all major credit cards{{t 'Accepting all major credit cards'}}
All major currencies{{t 'All major currencies'}}
payment processor{{t 'payment processor'}} Paypal, Stripe
Tracking & OptimisingSales/RSVP summary dashboard{{t 'Tracking & Optimising'}}{{t 'Sales/RSVP summary dashboard'}}
Detailed analytics by ticket type{{t 'Detailed analytics by ticket type'}}
Detailed exports of all data {{t 'Detailed exports of all data'}}
Call for speakersSubmissionsUp to 200{{t 'Call for speakers'}}{{t 'Submissions'}}{{t 'Up to 200'}}
Speakers form{{t 'Speakers form'}}
Custom speakers form questions{{t 'Custom speakers form questions'}}
Session form{{t 'Session form'}}
Custom session form questions{{t 'Custom session form questions'}}
API access{{t 'API access'}}
Submission management{{t 'Submission management'}}
"LOCK" submission{{t '"LOCK" submission'}}
Rating process{{t 'Rating process'}}
SchedulerOrganizer scheduler access{{t 'Scheduler'}}{{t 'Organizer scheduler access'}}
Create schedule{{t 'Create schedule'}}
Public schedule pages{{t 'Public schedule pages'}}
PromotionPublic listing on website{{t 'Promotion'}}{{t 'Public listing on website'}}
Search engine listing{{t 'Search engine listing'}}
Sponsor listing on public event page{{t 'Sponsor listing on public event page'}}
Attendee social sharing tools{{t 'Attendee social sharing tools'}}
Abandoned order emails{{t 'Abandoned order emails'}}
Discount and access codes{{t 'Discount and access codes'}}
PRICE {{t 'PRICE'}} {{t 'Create Event'}} -

FREE

From 3b3db245521502fcf1205e5cfc97233c45867b73 Mon Sep 17 00:00:00 2001 From: Schin Chauhan Date: Sat, 21 Nov 2020 21:28:29 +0530 Subject: [PATCH 2/2] Capitalize --- app/styles/partials/overrides.scss | 4 ++++ app/templates/pricing.hbs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/styles/partials/overrides.scss b/app/styles/partials/overrides.scss index 95898521f13..60dd1e6903f 100644 --- a/app/styles/partials/overrides.scss +++ b/app/styles/partials/overrides.scss @@ -86,3 +86,7 @@ body.dimmable.undetached.dimmed { .space-between { justify-content: space-between; } + +.upper-case { + text-transform: uppercase; +} diff --git a/app/templates/pricing.hbs b/app/templates/pricing.hbs index 7c1990655ab..7e59ac26e4c 100644 --- a/app/templates/pricing.hbs +++ b/app/templates/pricing.hbs @@ -169,13 +169,13 @@ - {{t 'PRICE'}} + {{t 'Price'}} {{t 'Create Event'}} -

{{t 'FREE'}}

+

{{t 'Free'}}