Skip to content

Commit fb91e38

Browse files
matt2eclaude
andcommitted
fix: add missing Spanish translations for LinkSafetyModal
The linkSafety i18n keys were added to en/common.json but not es/common.json, causing Spanish sessions to fall back to English for the external link confirmation modal. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b37a67f commit fb91e38

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ui/goose2/src/shared/i18n/locales/es/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"codeBlock": {
4141
"copyLabel": "Copiar código"
4242
},
43+
"linkSafety": {
44+
"copied": "¡Copiado!",
45+
"copyLink": "Copiar enlace",
46+
"description": "Estás a punto de visitar un sitio web externo.",
47+
"openLink": "Abrir enlace",
48+
"title": "¿Abrir enlace externo?"
49+
},
4350
"environmentVariables": {
4451
"copyLabel": "Copiar variable de entorno",
4552
"title": "Variables de entorno",

0 commit comments

Comments
 (0)