Skip to content

Commit 6352d35

Browse files
committed
📝 update get started
1 parent e9df4ad commit 6352d35

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

i18n/en-US/components/Home.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ hero:
66
descriptions:
77
- Nullstack is a web framework that makes coding fun again.
88
- "Write the backend and frontend of a feature in a single isomorphic component with zero boilerplate or glue code."
9+
getStarted: "Get Started"
910
callToAction: "npx create-nullstack-app"
1011
actionLink: '/getting-started'
11-
actionCallback: 'Command copied, paste it on the terminal'
12+
actionCallback: 'Command copied, paste it in the terminal'
1213
trinity:
1314
heading: "Great for the Dev. Great for the User"
1415
subHeading: "from fast SSR to offline PWA out of the box"

i18n/pt-BR/components/Home.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ hero:
66
descriptions:
77
- "Nullstack é um web framework que torna programar divertido novamente."
88
- "Escreva o backend e o frontend de um recurso em um único componente isomórfico sem boilerplate ou glue code."
9+
getStarted: "Comece a usar"
910
callToAction: "npx create-nullstack-app"
1011
actionLink: '/pt-br/comecando'
1112
actionCallback: 'Comando copiado, cole no terminal'

src/Home.njs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Home extends Translatable {
4242
class="bg-pink-600 text-white px-6 py-4 border border-pink-600 hover:bg-transparent hover:text-pink-600 w-full sm:w-auto block sm:inline-block text-center"
4343
href={this.i18n.hero.actionLink}
4444
>
45-
Get Started
45+
{this.i18n.hero.getStarted}
4646
</a>
4747
<button
4848
class="bg-gray-50 text-gray-900 dark:bg-gray-900 dark:text-white px-6 py-4 border border-gray-300 dark:border-pink-600 hover:bg-transparent hover:text-pink-600 hidden sm:inline-block"

0 commit comments

Comments
 (0)