File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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'
1213trinity :
1314 heading : " Great for the Dev. Great for the User"
1415 subHeading : " from fast SSR to offline PWA out of the box"
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments