From ac54ff55be09247aaf0bc142e2e5ff74f6b3af88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Thu, 16 Jan 2025 18:46:17 +0100 Subject: [PATCH] bug fix --- src/OrchardCoreContrib.PoExtractor/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrchardCoreContrib.PoExtractor/Program.cs b/src/OrchardCoreContrib.PoExtractor/Program.cs index cbb87fa..6f128e3 100644 --- a/src/OrchardCoreContrib.PoExtractor/Program.cs +++ b/src/OrchardCoreContrib.PoExtractor/Program.cs @@ -102,7 +102,7 @@ public static void Main(string[] args) projectProcessor.Process(projectPath, projectBasePath, localizableStrings); } - if (isSingleFileOutput) + if (!isSingleFileOutput) { if (localizableStrings.Values.Any()) {