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:
Daniel Stolt
2014-02-13 00:26:18 +01:00
committed by Sebastien Ros
parent 7f9628ba3d
commit 9f2a9b0550
7 changed files with 27 additions and 14 deletions

View File

@@ -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" />