我正在尝试使用以下代码在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>