[
https://issues.apache.org/jira/browse/CB-13575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16252088#comment-16252088
]
Jan Piotrowski (Sujan) commented on CB-13575:
---------------------------------------------
How is this done with native apps? `edit-config` copies something over to a
`.plist`-file, so this is probably something done similar with true native
apps. How do they handle multi language descriptions?
> 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>ja ja genau</string-de>
> <string-fr>c'est super</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]