mymonero / mymonero-app-ios

The MyMonero native iOS app
BSD 3-Clause "New" or "Revised" License
51 stars 18 forks source link

Localization: Translations in all languages #31

Open paulshapiro opened 6 years ago

paulshapiro commented 6 years ago

First localization targets depend of course on demand.

App as a coding standard already wraps display strings in NSLocalizedString() – any missing cases are mistakes by omission. However, these NSLocalizedString() calls do not currently include any comments to the strings to be localized.

Help wanted in translating the app's text! All usable contributions will be appreciatively credited.

(Note: These translations will also be able to be used in https://github.com/mymonero/mymonero-app-js)