mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-19 09:42:29 +08:00
Framework: Removing C# 6 code from LocalizationStreamParser
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Orchard.Localization.Services {
|
||||
Logger = NullLogger.Instance;
|
||||
}
|
||||
|
||||
public ILogger Logger { get; }
|
||||
public ILogger Logger { get; private set; }
|
||||
|
||||
public void ParseLocalizationStream(string text, IDictionary<string, string> translations, bool merge) {
|
||||
var reader = new StringReader(text);
|
||||
|
||||
Reference in New Issue
Block a user