Externe Sprachpaket entfernt.

Im Sourcecode wurde teils festkodierte Texte einprogrammiert.
Macht somit externe Library überflüssig
This commit is contained in:
HuskyTeufel
2022-03-29 10:36:08 +02:00
parent d350791acc
commit 978cfef1f0
14 changed files with 97 additions and 164 deletions

View File

@@ -1,23 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SanShared
{
/// <summary>
///
/// </summary>
public interface ILanguage
{
/// <summary>
///
/// </summary>
Dictionary<string, string> Fehlermeldungen { get; }
/// <summary>
///
/// </summary>
Dictionary<string, string> Labels { get; }
}
}

View File

@@ -61,7 +61,6 @@
<Compile Include="Exceptions\DataBaseVersionMismatchException.cs" />
<Compile Include="Exceptions\LangNotFoundException.cs" />
<Compile Include="IAuftraggeber.cs" />
<Compile Include="ILanguage.cs" />
<Compile Include="IMakeProtokol.cs" />
<Compile Include="IProjekt.cs" />
<Compile Include="IReadCSVData.cs" />