mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing unit tests
--HG-- branch : 1.x
This commit is contained in:
@@ -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"); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user