Skip to content

Commit

Permalink
Minor cosmetic to check-langs
Browse files Browse the repository at this point in the history
Side note, da/no/sv is still up to date! \o/
  • Loading branch information
KalleZ committed Dec 21, 2016
1 parent f9c3469 commit 15adb07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions util/check-langs.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ function check_language($path, $englishKeys) {
}

if ($missing) {
$missing = implode(", ", $missing);
echo "\n\tMissing: $missing\n";
echo "\n\tMissing (" . sizeof($missing) . "):\n";

foreach ($missing as $text) {
echo "\t\t$text\n";
}
}

if ($redundant) {
Expand Down

0 comments on commit 15adb07

Please sign in to comment.