shigmas / MaltMap

Tracking Repository for the MaltMap
0 stars 0 forks source link

Only english is supported #9

Open shigmas opened 9 years ago

shigmas commented 9 years ago

In the graph mode (and elsewhere), unicode is supported. But, it would be nice to support localization.

shigmas commented 9 years ago

This issue was mostly a placeholder to figure out how to do this. Figured it out, so removing the milestone tag.

shigmas commented 9 years ago

Internationalization (as of Xcode 6):

  1. Create a strings file. I don’t know if you need specific name. But, Localizable works.
  2. This is on the Project, not the target app. Localize it. It will offer the nibs, and the strings.
  3. In the code, change strings to use NSLocalizedString
  4. Test by setting the scheme to use the different language.