ErrorKit
ErrorKit copied to clipboard
Translations
How do you translate this? Looking at "Geocode Found No Result" output from CoreLocation strings and feel that something is wrong. :)
Indeed the ErrorKit.bundle only contains translations for Spanish and Catalan languages:( Most English strings are just schematic texts composed by separating into words the name of the error code constants.
If you need proper english texts, you could use your own localizable strings file by not including ErrorKit.bundle; or you could customise error's localizedDescription before presenting the error (e.g. implementing willPresentError: method).