Skip to content

Commit 1232cee

Browse files
Merge branch 'main' of github.com:stevelandeyasana/locheck
2 parents 8d911ef + 620cb2a commit 1232cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LocheckLogic/Validators/validateLproj.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public func validateLproj(base: LprojFiles, translation: LprojFiles, problemRepo
1818
LprojFileMissingFromTranslation(key: file.name, language: translation.name),
1919
path: file.path,
2020
lineNumber: 0)
21-
return
21+
continue
2222
}
2323
parseAndValidateXCStrings(
2424
base: file,

0 commit comments

Comments
 (0)