mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
horizontal menu translation
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { commandsCustomized, currentDropDownMenu } from '../stores';
|
||||
import { prepareMenuItems } from '../utility/contextMenu';
|
||||
import DropDownMenu from './DropDownMenu.svelte';
|
||||
import { _t } from '../translations';
|
||||
|
||||
export let items;
|
||||
|
||||
@@ -38,7 +36,7 @@
|
||||
}
|
||||
}}
|
||||
>
|
||||
{item.text || _t(item.label.id, item.label.defaultMessage)}
|
||||
{item.text || item.label}
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user