#673 - git enablement

This commit is contained in:
Elio Struyf
2024-02-05 17:11:17 +01:00
parent d869d15694
commit accb069bab
8 changed files with 133 additions and 11 deletions
+16
View File
@@ -191,6 +191,14 @@ export enum LocalizationKey {
* Run full diagnostics
*/
settingsDiagnosticLink = 'settings.diagnostic.link',
/**
* Git synchronization
*/
settingsGitEnabled = 'settings.git.enabled',
/**
* Enable Git synchronization to easily sync your changes with your repository.
*/
settingsGitEnabledDescription = 'settings.git.enabled.description',
/**
* Website and SSG settings
*/
@@ -919,6 +927,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
*/