Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stevelandeyasana/locheck
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelandeyasana committed Apr 22, 2022
2 parents 8d911ef + 620cb2a commit 1232cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LocheckLogic/Validators/validateLproj.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public func validateLproj(base: LprojFiles, translation: LprojFiles, problemRepo
LprojFileMissingFromTranslation(key: file.name, language: translation.name),
path: file.path,
lineNumber: 0)
return
continue
}
parseAndValidateXCStrings(
base: file,
Expand Down

0 comments on commit 1232cee

Please sign in to comment.