You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Reed Richards (JIRA)" <ji...@apache.org> on 2017/11/14 18:39:00 UTC

[jira] [Updated] (CB-13575) iOS Quirks: Internationalization of edit-config tags

     [ https://issues.apache.org/jira/browse/CB-13575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reed Richards updated CB-13575:
-------------------------------
    Summary: iOS Quirks: Internationalization of edit-config tags  (was: Internationalization iOS Quirks edit-config tags)

> iOS Quirks: Internationalization of edit-config tags
> ----------------------------------------------------
>
>                 Key: CB-13575
>                 URL: https://issues.apache.org/jira/browse/CB-13575
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: AllPlugins
>            Reporter: Reed Richards
>
> With the release of the last plugins the 10th November 2017 (http://cordova.apache.org/news/2017/11/10/plugins-release.html) the usage of `edit-config` become a must to display the users the usage description of the required permissions
> As far as I understand, right now it's only possible to specify one `string` value for an `edit-config` tag, for example:
>     <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
>         <string>need camera access to take pictures</string>
>     </edit-config>
> This isn't unfortunately enough for apps operating in several languages, therefore, it should be possible for each `edit-config` tags to specify multiple languages like
>     <edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
>         <string-en>need camera access to take pictures</string-en>
>         <string-de>ja ja genau</string-de>
>         <string-fr>c'est super</string-fr>
>     </edit-config>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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