mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Removing TranslationService.. for now.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using System.Globalization;
|
||||
|
||||
namespace Orchard.Localization.Services {
|
||||
public interface ITranslationService : IDependency {
|
||||
string Translate(CultureInfo from, CultureInfo to, string value);
|
||||
}
|
||||
|
||||
public class DefaultTranslationService : ITranslationService {
|
||||
public string Translate(CultureInfo from, CultureInfo to, string value) {
|
||||
return value;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -280,7 +280,6 @@
|
||||
<Compile Include="Localization\Services\IDateFormatter.cs" />
|
||||
<Compile Include="Localization\Services\IDateTimeFormatProvider.cs" />
|
||||
<Compile Include="Localization\Services\ILocalizedStringManager.cs" />
|
||||
<Compile Include="Localization\Services\ITranslationService.cs" />
|
||||
<Compile Include="Localization\Services\PersianDateTimeFormatInfo.cs" />
|
||||
<Compile Include="Localization\Services\SiteCalendarSelector.cs" />
|
||||
<Compile Include="Logging\OrchardFileAppender.cs" />
|
||||
|
||||
Reference in New Issue
Block a user