Translate keybinding panel table header (#2030)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-12-23 14:54:12 -05:00
committed by GitHub
parent fa06d6ea99
commit 27ec6139a8
6 changed files with 13 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
</Column>
<Column
field="id"
header="Command ID"
:header="$t('g.command')"
sortable
class="max-w-64 2xl:max-w-full"
>
@@ -50,7 +50,7 @@
</div>
</template>
</Column>
<Column field="keybinding" header="Keybinding">
<Column field="keybinding" :header="$t('g.keybinding')">
<template #body="slotProps">
<KeyComboDisplay
v-if="slotProps.data.keybinding"