nativescript-localize
nativescript-localize copied to clipboard
ios_info_plist keys in Android strings.xml
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.
Added a fix for it in #88