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.
1 parent 32c6ccc commit c726c82Copy full SHA for c726c82
Sources/RswiftCore/ResourceTypes/LocalizableStrings.swift
@@ -34,7 +34,7 @@ struct LocalizableStrings : WhiteListedExtensionsResourceType {
34
35
// Check to make sure url can be parsed as a dictionary
36
guard let nsDictionary = NSDictionary(contentsOf: url) else {
37
- throw ResourceParsingError.parsingFailed("Filename and/or extension could not be parsed from URL: \(url.absoluteString)")
+ throw ResourceParsingError.parsingFailed("File could not be parsed as a strings file: \(url.absoluteString)")
38
}
39
40
// Parse dicts from NSDictionary
0 commit comments