mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-13 21:31:12 +02:00
#598: Add localization support to the panel + scripts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from './localization.enum';
|
||||
@@ -0,0 +1,10 @@
|
||||
export enum LocalizationKey {
|
||||
dashboardHeaderCreateContent = 'dashboard.header.createContent',
|
||||
dashboardHeaderStartupLabel = 'dashboard.header.startup.label',
|
||||
panelActionsTitle = 'panel.actions.title',
|
||||
panelActionsOpenDashboard = 'panel.actions.openDashboard',
|
||||
panelActionsOpenPreview = 'panel.actions.openPreview',
|
||||
panelActionsStartServer = 'panel.actions.startServer',
|
||||
panelActionsStopServer = 'panel.actions.stopServer',
|
||||
panelActionsCreateContent = 'panel.actions.createContent'
|
||||
}
|
||||
Reference in New Issue
Block a user