mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-13 21:31:12 +02:00
#739 - localization keys + action button
This commit is contained in:
@@ -1087,6 +1087,18 @@ export enum LocalizationKey {
|
||||
* The following Astro Content Collections can be used to generate a content-type.
|
||||
*/
|
||||
dashboardConfigurationAstroAstroContentTypesDescription = 'dashboard.configuration.astro.astroContentTypes.description',
|
||||
/**
|
||||
* Publish changes
|
||||
*/
|
||||
panelGitGitActionTitle = 'panel.git.gitAction.title',
|
||||
/**
|
||||
* Commit message
|
||||
*/
|
||||
panelGitGitActionInputPlaceholder = 'panel.git.gitAction.input.placeholder',
|
||||
/**
|
||||
* Fetch
|
||||
*/
|
||||
panelGitGitActionButtonFetch = 'panel.git.gitAction.button.fetch',
|
||||
/**
|
||||
* Content-type
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user