You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/05/22 18:54:09 UTC

[GitHub] [cordova-ios] ir2pid opened a new issue #1111: How to add localisation to Location, Camera permissions

ir2pid opened a new issue #1111:
URL: https://github.com/apache/cordova-ios/issues/1111


   I can add the permission request explanation by adding the information in config.xml
   
   
   ```
           <platform name="ios">
           .
           .
           .
           <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
               <string>Take pictures of ID</string>
           </edit-config>
           .
           .
           .
             </platform>
   ```
   But how can I localise the `Take pictures of ID` for other languages.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org