feat(Localization) Adding localization text. Fixing bugs in toasts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Model.Development.Git;
|
||||
namespace Model.Git;
|
||||
|
||||
public class CommitType
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Model.Development.Git;
|
||||
namespace Model.Git;
|
||||
|
||||
public class GitChangeModel
|
||||
{
|
||||
@@ -9,6 +9,5 @@ public class GitChangeModel
|
||||
public string Name { get; set; } = "Add name...";
|
||||
public string Description { get; set; } = "Add desciption...";
|
||||
public string Commit { get; set; } = CommitType.Feature;
|
||||
public DateTime Date { get; set; } = DateTime.Now;
|
||||
public string Important { get; set; } = "False";
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Model.Development.Git;
|
||||
namespace Model.Git;
|
||||
|
||||
public class GitPatchModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user