[feat] Add ESLint i18n enforcement and fix hardcoded strings (#4327)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-07-02 00:41:46 -07:00
committed by GitHub
parent 35ff882ff2
commit 959ab3b3ec
17 changed files with 394 additions and 157 deletions

View File

@@ -98,7 +98,7 @@
@keydown.stop.prevent="captureKeybinding"
/>
<Message v-if="existingKeybindingOnCombo" severity="warn">
Keybinding already exists on
{{ $t('g.keybindingAlreadyExists') }}
<Tag
severity="secondary"
:value="existingKeybindingOnCombo.commandId"