kelvinhokk / cordova-plugin-localization-strings

Cordova Plugin for Localization of Strings on the App
MIT License
119 stars 106 forks source link

Possible VoltBuilder woes #86

Open andersborgabiro opened 1 year ago

andersborgabiro commented 1 year ago

I'm attempting to use this plugin for primarily localized permission messages, and it seems the right folders and files are generated for iOS but not for Android when I use VoltBuilder, and I can't figure out whether it's the plugin or VoltBuilder that makes the mistake. In the VoltBuilder log I see that values folders are generated but they don't exist in the APK.

This looks right:

Localization saved: /platforms/android/app/src/main/res/values-se/strings.xml
Localization saved: /platforms/android/app/src/main/res/values/strings.xml

But after that I see no mention of these folders or files, and there are no values folders under the res folder. English is the default locale.

In an IPA I see en.lproj and se.lproj in the app root (Payload/xxx.app folder).

I'm in contact with the VoltBuilder team if they need to change anything.

I can send a log if it helps.