Localize home post job button

This commit is contained in:
Tiago Yamamoto 2026-01-03 18:42:09 -03:00
parent 08efbe4f2b
commit 762df003fd
4 changed files with 10 additions and 7 deletions

View file

@ -135,7 +135,7 @@ export default function HomePage() {
<Link href="/post-job"> <Link href="/post-job">
<Button size="lg" variant="outline" className="w-full sm:w-auto bg-transparent"> <Button size="lg" variant="outline" className="w-full sm:w-auto bg-transparent">
<Building2 className="mr-2 h-4 w-4" /> <Building2 className="mr-2 h-4 w-4" />
Postar Vaga {t('home.hero.postJob')}
</Button> </Button>
</Link> </Link>
</motion.div> </motion.div>

View file

@ -115,7 +115,8 @@
"title": "Find the right job, the simple way", "title": "Find the right job, the simple way",
"subtitle": "Connecting candidates and companies quickly and directly", "subtitle": "Connecting candidates and companies quickly and directly",
"searchJobs": "Search jobs", "searchJobs": "Search jobs",
"imCompany": "I'm a company" "imCompany": "I'm a company",
"postJob": "Post a job"
}, },
"featured": { "featured": {
"title": "Featured Jobs", "title": "Featured Jobs",
@ -834,4 +835,4 @@
} }
} }
} }
} }

View file

@ -115,7 +115,8 @@
"title": "Encuentra el empleo correcto, de forma sencilla", "title": "Encuentra el empleo correcto, de forma sencilla",
"subtitle": "Conectamos candidatos y empresas de forma rápida y directa", "subtitle": "Conectamos candidatos y empresas de forma rápida y directa",
"searchJobs": "Buscar empleos", "searchJobs": "Buscar empleos",
"imCompany": "Soy empresa" "imCompany": "Soy empresa",
"postJob": "Publicar vacante"
}, },
"featured": { "featured": {
"title": "Empleos Destacados", "title": "Empleos Destacados",
@ -835,4 +836,4 @@
} }
} }
} }
} }

View file

@ -115,7 +115,8 @@
"title": "Encontre o emprego certo, de forma simples", "title": "Encontre o emprego certo, de forma simples",
"subtitle": "Conectamos candidatos e empresas de forma rápida e direta", "subtitle": "Conectamos candidatos e empresas de forma rápida e direta",
"searchJobs": "Procurar vagas", "searchJobs": "Procurar vagas",
"imCompany": "Sou empresa" "imCompany": "Sou empresa",
"postJob": "Postar vaga"
}, },
"featured": { "featured": {
"title": "Vagas em Destaque", "title": "Vagas em Destaque",
@ -834,4 +835,4 @@
} }
} }
} }
} }