diff --git a/Scripts/LintLocalizableStrings.swift b/Scripts/LintLocalizableStrings.swift index 0f273e227..f18047edb 100755 --- a/Scripts/LintLocalizableStrings.swift +++ b/Scripts/LintLocalizableStrings.swift @@ -79,7 +79,7 @@ let projectState: ProjectState = ProjectState( ), loadSourceFiles: targetActions.contains(.lintStrings) ) -print("------------ Found \(projectState.localizationFiles.count) Localization File(s) ------------") +print("------------ Processing \(projectState.localizationFiles.count) Localization File(s) ------------") targetActions.forEach { $0.perform(projectState: projectState) } // MARK: - ScriptAction @@ -121,8 +121,6 @@ enum ScriptAction: String { return print("------------ Nothing to lint ------------") } - print("------------ Processing \(projectState.localizationFiles.count) Localization File(s) ------------") - // Add warnings for any duplicate keys projectState.localizationFiles.forEach { file in // Show errors for any duplicates