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.
1 parent a19c1c4 commit a0a93fcCopy full SHA for a0a93fc
i18n_extract.php
@@ -133,7 +133,7 @@ function wordAwareStringSplit(string $string, int $maxLengthOfLine): array
133
POT;
134
135
// Add search paths
136
-$potfile .= trim($potfile) . "\n";
+$potfile = trim($potfile) . "\n";
137
foreach ($paths as $i => $path) {
138
$potfile .= '"X-Poedit-SearchPath-' . $i . ': ' . $path . '\\n"' . "\n";
139
}
0 commit comments