Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Translations #13

Open
pronebird opened this issue Jul 30, 2015 · 1 comment
Open

Translations #13

pronebird opened this issue Jul 30, 2015 · 1 comment

Comments

@pronebird
Copy link

How do you translate this? Looking at "Geocode Found No Result" output from CoreLocation strings and feel that something is wrong. :)

@hectr
Copy link
Owner

hectr commented Jul 31, 2015

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants