Skip to content

Commit 5e2a723

Browse files
fix: remove orphaned translation key from Spanish locale
- Remove unused 'editor.panels.edit.tabs.chat.mode.tooltip' key from es.json - Fixes localization test failure that was preventing CI from passing - Key was not used anywhere in codebase, confirmed via search Co-Authored-By: [email protected] <[email protected]>
1 parent 794541b commit 5e2a723

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/client/messages/es.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@
227227
"placeholder": "Escriba su mensaje...",
228228
"tooltip": "Chatee con IA sobre el elemento seleccionado"
229229
},
230-
"mode": {
231-
"tooltip": "Cambiar entre modos Construir y Preguntar"
232-
},
233230
"controls": {
234231
"newChat": "Nuevo Chat",
235232
"history": "Historial de Chat"
@@ -343,4 +340,4 @@
343340
"shortcuts": "Atajos"
344341
}
345342
}
346-
}
343+
}

0 commit comments

Comments
 (0)