We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f799acb + 8cc0316 commit 7513a4bCopy full SHA for 7513a4b
src/OrchardCoreContrib.PoExtractor/Program.cs
@@ -60,7 +60,10 @@ public static void Main(string[] args)
60
IgnoredProject.Add(ignoredProject);
61
}
62
63
- LocalizerAccessors.LocalizerIdentifiers = [.. localizers.Values];
+ if (localizers.Values.Count > 0)
64
+ {
65
+ LocalizerAccessors.LocalizerIdentifiers = [.. localizers.Values];
66
+ }
67
68
var projectFiles = new List<string>();
69
var projectProcessors = new List<IProjectProcessor>();
0 commit comments