From a1ee6086115da99b985411ce882d11e6a8c06c57 Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Wed, 25 Feb 2026 05:08:49 -0600 Subject: [PATCH] fix: add missing home.moreJobs.loadMore translation keys for homepage button --- frontend/src/i18n/en.json | 3 ++- frontend/src/i18n/es.json | 3 ++- frontend/src/i18n/pt-BR.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 56e39d2..8361456 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -245,7 +245,8 @@ }, "moreJobs": { "title": "More Jobs", - "viewAll": "View All Jobs" + "viewAll": "View All Jobs", + "loadMore": "Load More Jobs" }, "cta": { "badge": "Social Networks", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index c02248b..ca4c8c5 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -245,7 +245,8 @@ }, "moreJobs": { "title": "Más Empleos", - "viewAll": "Ver Todos los Empleos" + "viewAll": "Ver Todos los Empleos", + "loadMore": "Cargar Más Empleos" }, "cta": { "badge": "Redes Sociales", diff --git a/frontend/src/i18n/pt-BR.json b/frontend/src/i18n/pt-BR.json index e7666be..1fc9803 100644 --- a/frontend/src/i18n/pt-BR.json +++ b/frontend/src/i18n/pt-BR.json @@ -285,7 +285,8 @@ }, "moreJobs": { "title": "Mais Vagas", - "viewAll": "Ver Todas Vagas" + "viewAll": "Ver Todas Vagas", + "loadMore": "Carregar Mais Vagas" }, "cta": { "badge": "Redes Sociais",