-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Make pricing page translatable #5700
fix: Make pricing page translatable #5700
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/51kqho6jm |
app/templates/pricing.hbs
Outdated
<td><i class="check icon"></i></td> | ||
</tr> | ||
<tr class="center aligned"> | ||
<td rowspan="3"> PRICE </td> | ||
<td rowspan="3">{{t 'PRICE'}}</td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it normal case (Price) and use CSS to capitalize
app/templates/pricing.hbs
Outdated
<td rowspan="3"></td> | ||
<td rowspan="3"> | ||
<LinkTo @route="create" class="ui blue button"> | ||
{{t 'Create Event'}} | ||
</LinkTo> | ||
<h3><i class="dollar icon"></i> FREE</h3></td> | ||
<h3><i class="dollar icon"></i>{{t 'FREE'}}</h3></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Codecov Report
@@ Coverage Diff @@
## development #5700 +/- ##
===============================================
- Coverage 23.71% 23.60% -0.12%
===============================================
Files 510 510
Lines 5422 5422
Branches 59 59
===============================================
- Hits 1286 1280 -6
- Misses 4121 4126 +5
- Partials 15 16 +1
Continue to review full report at Codecov.
|
439b447
to
3b3db24
Compare
Fixes #5647
Checklist
development
branch.screenshots
before
after converting to deutsch