mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-12 11:52:50 +02:00
Merge branch 'dev' of github.com:estruyf/vscode-front-matter into poc/git-branching
This commit is contained in:
@@ -191,6 +191,26 @@ export enum LocalizationKey {
|
||||
* Run full diagnostics
|
||||
*/
|
||||
settingsDiagnosticLink = 'settings.diagnostic.link',
|
||||
/**
|
||||
* Git synchronization
|
||||
*/
|
||||
settingsGit = 'settings.git',
|
||||
/**
|
||||
* Enable Git synchronization to easily sync your changes with your repository.
|
||||
*/
|
||||
settingsGitEnabled = 'settings.git.enabled',
|
||||
/**
|
||||
* Commit message
|
||||
*/
|
||||
settingsGitCommitMessage = 'settings.git.commitMessage',
|
||||
/**
|
||||
* When working with Git submodules, you can refer to the submodule settings in the documentation.
|
||||
*/
|
||||
settingsGitSubmoduleInfo = 'settings.git.submoduleInfo',
|
||||
/**
|
||||
* Read more about Git submodules
|
||||
*/
|
||||
settingsGitSubmoduleLink = 'settings.git.submoduleLink',
|
||||
/**
|
||||
* Website and SSG settings
|
||||
*/
|
||||
@@ -919,6 +939,14 @@ export enum LocalizationKey {
|
||||
* Now that Front Matter knows all the content folders. Would you like to import all tags and categories from the available content?
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedTagsDescription = 'dashboard.steps.stepsToGetStarted.tags.description',
|
||||
/**
|
||||
* Do you want to enable Git synchronization?
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedGitName = 'dashboard.steps.stepsToGetStarted.git.name',
|
||||
/**
|
||||
* Enable Git synchronization to eaily sync your changes with your repository.
|
||||
*/
|
||||
dashboardStepsStepsToGetStartedGitDescription = 'dashboard.steps.stepsToGetStarted.git.description',
|
||||
/**
|
||||
* Show the dashboard
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user