Skip to content

Commit c941d76

Browse files
authored
Update LocalizationProvider.swift
filtering on folder name not part of folder name when searching for .string files.
1 parent 8eb3ddc commit c941d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/LocalizationEditor/Providers/LocalizationProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class LocalizationProvider {
1616
/**
1717
List of folder that should be ignored when searching for localization files
1818
*/
19-
private let ignoredDirectories: Set<String> = ["Pods", "Carthage", "build", ".framework"]
19+
private let ignoredDirectories: Set<String> = ["Pods/", "Carthage/", "build/", ".framework"]
2020

2121
// MARK: Actions
2222

0 commit comments

Comments
 (0)