mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding CurrentCultureFilter implementation
--HG-- branch : 1.x
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<RootNamespace>Orchard.Localization</RootNamespace>
|
||||
<AssemblyName>Orchard.Localization</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -53,6 +54,7 @@
|
||||
<Compile Include="Migrations.cs" />
|
||||
<Compile Include="Models\LocalizationPart.cs" />
|
||||
<Compile Include="Models\LocalizationPartRecord.cs" />
|
||||
<Compile Include="Projections\CurrentCultureFilter.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ResourceManifest.cs" />
|
||||
<Compile Include="Services\ILocalizationService.cs" />
|
||||
|
||||
Reference in New Issue
Block a user