mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixed bug that caused calendars picker to not be localized when gregorian calendar was used.
Added more overloads to DateTimeShapes to preserve backward compatibility. Moved the legacy LocalizationDateTimeFormatProvider into module Orchard.Localization and created feature Orchard.Localization.DateTimeFormat to enable it.
This commit is contained in:
committed by
Sebastien Ros
parent
7f9628ba3d
commit
9f2a9b0550
@@ -75,6 +75,7 @@
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ResourceManifest.cs" />
|
||||
<Compile Include="Services\ILocalizationService.cs" />
|
||||
<Compile Include="Services\LocalizationDateTimeFormatProvider.cs" />
|
||||
<Compile Include="Services\LocalizationService.cs" />
|
||||
<Compile Include="ViewModels\AddLocalizationViewModel.cs" />
|
||||
<Compile Include="ViewModels\ContentLocalizationsViewModel.cs" />
|
||||
|
||||
Reference in New Issue
Block a user