使用Cordova中的edit-config更改InfoPlist.strings

时间:2018-01-15 06:17:06

标签: ios cordova

我正在尝试使用以下代码在Cordova中将本地化从英语更改为法语,但它无效。我正在使用PhoneGap Build,因此以这种方式编辑实际文件是唯一的方法。

我在这里做错了什么?

<edit-config file="locales/fr.lproj/InfoPlist.strings" mode="overwrite" platform="ios" target="NSLocationAlwaysUsageDescription">

        <string>Always Usage French Reason</string>

</edit-config>

<edit-config file="locales/fr.lproj/InfoPlist.strings" mode="overwrite" platform="ios" target="NSLocationWhenInUseUsageDescription">

        <string>When In Usage French Reason</string>

</edit-config>

0 个答案:

没有答案