mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 11:17:28 +08:00
- Making Localizer T properties public so the culture aware localizer can be injected.
- Some improvements to the resource manager. --HG-- branch : dev
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Orchard.Setup.Services {
|
||||
T = NullLocalizer.Instance;
|
||||
}
|
||||
|
||||
private Localizer T { get; set; }
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public ShellSettings Prime() {
|
||||
return _shellSettings;
|
||||
|
Reference in New Issue
Block a user