Es können jetzt von xml 2006 importiert werden
This commit is contained in:
@@ -6,9 +6,18 @@ 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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user