EddyVerbruggen / nativescript-localize

Internationalization plugin for NativeScript using native capabilities of each platform
MIT License
79 stars 31 forks source link

ios_info_plist keys in Android strings.xml #70

Open Naxos84 opened 5 years ago

Naxos84 commented 5 years ago

I generated my translations for my Nativescript-Angular app.

I also have some iOS.info.plist keys translated. (i.e ios.info.plist.NSCameraUsageDescription)

They are put inside the Android strings.xml. Is this intended?

These strings are iOs specific and therefor should not be present in an Android strings.xml

The documentation is clearly stating that these keys are present to translate iOS Properties.

TwistedTamarin commented 4 years ago

Added a fix for it in #88