From 59c85ec829fb6ef16cffcbd00e1485c5a79ae9fe Mon Sep 17 00:00:00 2001 From: gabriel Date: Sun, 31 May 2026 18:30:39 +0200 Subject: [PATCH] fix: add nav.invitations to locale files (was missing from previous commit) --- apps/web/src/locales/en/translation.json | 5 +++-- apps/web/src/locales/es/translation.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/web/src/locales/en/translation.json b/apps/web/src/locales/en/translation.json index d3f2edb..4b15093 100644 --- a/apps/web/src/locales/en/translation.json +++ b/apps/web/src/locales/en/translation.json @@ -43,7 +43,8 @@ "config": "Config", "feedback": "Feedback", "settings": "Settings", - "profile": "Profile" + "profile": "Profile", + "invitations": "Invitations" }, "workspace": { "title": "Predecessor competitive workspace", @@ -503,4 +504,4 @@ "chooseSubtitle": "You can change this later in your profile.", "confirmButton": "Continue" } -} +} \ No newline at end of file diff --git a/apps/web/src/locales/es/translation.json b/apps/web/src/locales/es/translation.json index 98d6449..5a681e3 100644 --- a/apps/web/src/locales/es/translation.json +++ b/apps/web/src/locales/es/translation.json @@ -43,7 +43,8 @@ "config": "Configuración", "feedback": "Feedback", "settings": "Ajustes", - "profile": "Perfil" + "profile": "Perfil", + "invitations": "Invitaciones" }, "workspace": { "title": "Workspace competitivo de Predecessor", @@ -503,4 +504,4 @@ "chooseSubtitle": "Puedes cambiarlo más tarde en tu perfil.", "confirmButton": "Continuar" } -} +} \ No newline at end of file