29 lines
703 B
C#
29 lines
703 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
|
|
using BeWo.Data.Access;
|
|
using BeWo.Data.Entities;
|
|
using BeWo.Service.DCEntityMapper;
|
|
using BeWo.Service.Plugins;
|
|
using BS.Shared;
|
|
using BS.Shared.Core;
|
|
using BS.Shared.DataContracts.Compact;
|
|
using BS.Shared.Extensions;
|
|
|
|
namespace LebensBruecke.Translation
|
|
{
|
|
//public class CustomTranslationDictionary : TranslationDictionary
|
|
//{
|
|
// public override Dictionary<String, String> GetTranslationDictionary()
|
|
// {
|
|
// var dict = base.GetTranslationDictionary();
|
|
|
|
// //AddOrReplaceTranslation(dict, "EmployeeViewAdresse", "Adresse");
|
|
|
|
|
|
// return dict;
|
|
// }
|
|
//}
|
|
}
|