Merge branch 'dev' of github.com:estruyf/vscode-front-matter into poc/git-branching

This commit is contained in:
Elio Struyf
2024-02-12 13:02:36 +01:00
40 changed files with 561 additions and 170 deletions
+28
View File
@@ -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
*/