[
https://issues.apache.org/jira/browse/CB-13575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274228#comment-16274228
]
Reed Richards commented on CB-13575:
------------------------------------
@jcesarmobile kudos, thx for the clarification, all good now, I understood it
loud and clear :)
> 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:
> {code}
> <edit-config target="NSCameraUsageDescription" file="*-Info.plist"
> mode="merge">
> <string>need camera access to take pictures</string>
> </edit-config>
> {code}
> 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
> {code}
> <edit-config target="NSCameraUsageDescription" file="*-Info.plist"
> mode="merge">
> <string-en>need camera access to take pictures</string-en>
> <string-de>die Berechtigungen für den Zugriff zu deiner Kamera sind
> nötig</string-de>
> <string-fr>autorises-tu l'accès à ton appareil photo?</string-fr>
> </edit-config>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]