From c9fbcc22bbb1369e76a689d531f05416d12f2126 Mon Sep 17 00:00:00 2001 From: Yamamoto Date: Sat, 3 Jan 2026 15:22:46 -0300 Subject: [PATCH] fix(i18n): add missing settings and seeder translations to all locales --- frontend/src/i18n/en.json | 1 + frontend/src/i18n/es.json | 2 ++ frontend/src/i18n/pt-BR.json | 1 + 3 files changed, 4 insertions(+) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 7fd4cb2..9208c60 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -9,6 +9,7 @@ "messages": "Messages", "tickets": "Tickets", "settings": "Settings", + "seeder": "Seeder", "my_jobs": "My Jobs", "applications": "Applications", "my_applications": "My Applications", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index 6a0ae62..4aa95d2 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -8,6 +8,8 @@ "backoffice": "Backoffice", "messages": "Mensajes", "tickets": "Tickets", + "settings": "Configuración", + "seeder": "Seeder", "my_jobs": "Mis Empleos", "applications": "Postulaciones", "my_applications": "Mis Postulaciones", diff --git a/frontend/src/i18n/pt-BR.json b/frontend/src/i18n/pt-BR.json index a3f3e80..3e91a53 100644 --- a/frontend/src/i18n/pt-BR.json +++ b/frontend/src/i18n/pt-BR.json @@ -9,6 +9,7 @@ "messages": "Mensagens", "tickets": "Tickets", "settings": "Configurações", + "seeder": "Seeder", "my_jobs": "Minhas Vagas", "applications": "Candidaturas", "my_applications": "Minhas Candidaturas",