mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
translation - settings, menu
This commit is contained in:
committed by
SPRINX0\prochazka
parent
7bb9414be8
commit
edf9f3a2be
@@ -2,6 +2,7 @@
|
||||
import { commandsCustomized, currentDropDownMenu } from '../stores';
|
||||
import { prepareMenuItems } from '../utility/contextMenu';
|
||||
import DropDownMenu from './DropDownMenu.svelte';
|
||||
import { _t } from '../translations';
|
||||
|
||||
export let items;
|
||||
|
||||
@@ -37,7 +38,7 @@
|
||||
}
|
||||
}}
|
||||
>
|
||||
{item.text || item.label}
|
||||
{item.text || _t(item.label.id, item.label.defaultMessage)}
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user