8000
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 98f26cb commit 79b1fb8Copy full SHA for 79b1fb8
src/Symfony/Component/Translation/Resources/bin/translation-status.php
@@ -159,6 +159,11 @@ function printTitle($title)
159
160
function printTable($translations, $verboseOutput)
161
{
162
+ if (0 === count($translations)) {
163
+ echo 'No translations found';
164
+
165
+ return;
166
+ }
167
$longestLocaleNameLength = max(array_map('strlen', array_keys($translations)));
168
169
foreach ($translations as $locale => $translation) {
0 commit comments