Fixing unit tests

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-05-03 15:35:54 -07:00
parent ab0b8b095d
commit ab2409e38e
2 changed files with 5 additions and 1 deletions
@@ -39,6 +39,10 @@ namespace Orchard.Core.Shapes.Localization {
public Localizer T { get; set; }
public DateTimeLocalization() {
T = NullLocalizer.Instance;
}
public LocalizedString MonthNames {
get { return T("January, February, March, April, May, June, July, August, September, October, November, December"); }
}