Skip to content

Commit

Permalink
No exit with errror
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Oct 15, 2024
1 parent c67f86b commit 7eee5b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/check-translations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ $htmlTable | Out-File -FilePath "untranslated_strings.html"

if ($results.Count -gt 0) {
Write-Host "Untranslated strings found. See untranslated_strings.html for details." -ForegroundColor Red
exit 1
}
else {
Write-Host "All strings have translations." -ForegroundColor Green
Expand Down

0 comments on commit 7eee5b5

Please sign in to comment.