EddyVerbruggen / nativescript-localize

Internationalization plugin for NativeScript using native capabilities of each platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios_info_plist keys in Android strings.xml

Naxos84 opened this issue · comments

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