Skip to content

Commit

Permalink
fix: Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jerembdn committed Mar 4, 2021
1 parent 404bb17 commit d4458e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Services = () => {
<meta name="twitter:title" content={`${t.services.head.title} | onRuntime Studio`} />
</Head>
<h1 className={servicesStyles.title}>Services</h1>
<p className={servicesStyles.desc}>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi, porro.</p>
<p className={servicesStyles.desc}>{t.services.intro.subtitle}</p>
<div className={servicesStyles.row}>
<div className={servicesStyles.item}>
<h2 className={servicesStyles.title}>{t.services.packs.starter.title}</h2>
Expand Down
3 changes: 3 additions & 0 deletions src/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export default {
head: {
title: "Services"
},
intro: {
subtitle: 'Here are our pricing for you, which one is right for you?'
},
packs: {
starter: {
title: "Starter pack",
Expand Down
3 changes: 3 additions & 0 deletions src/translations/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export default {
head: {
title: "Services"
},
intro: {
subtitle: 'Nous avons quelques offres à vous proposer pour créer votre prochain site, laquelle vous convient ?'
},
packs: {
starter: {
title: "Pack starter",
Expand Down

1 comment on commit d4458e0

@vercel
Copy link

@vercel vercel bot commented on d4458e0 Mar 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.