Merge pull request #32 from rede5/codex/add-language-specific-button-placement

Localize home 'Post a job' button and add translations
This commit is contained in:
Tiago Yamamoto 2026-01-03 18:43:17 -03:00 committed by GitHub
commit dd6d3f0b2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",

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",

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",