We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3711d41 + 1443011 commit 41f2b7aCopy full SHA for 41f2b7a
1 file changed
LocalizationEditor/Providers/LocalizationProvider.swift
@@ -11,7 +11,7 @@ import Files
11
import Foundation
12
13
class LocalizationProvider {
14
- private let ignoredDirectories = ["Carthage", "build", ".framework"]
+ private let ignoredDirectories = ["Pods", "Carthage", "build", ".framework"]
15
16
func getLocalizations(url: URL) -> [LocalizationGroup] {
17
Log.debug?.message("Searching \(url) for Localizable.strings")
0 commit comments