EddyVerbruggen / nativescript-localize

Internationalization plugin for NativeScript using native capabilities of each platform
MIT License
79 stars 31 forks source link

Support for new Android resources structure #33

Closed kanclalg closed 6 years ago

kanclalg commented 6 years ago

Nativescript 4.0.0 App_Resources/Android folder structure is changed and valuesfolder is now under App_Resources/Android/src/main/res what makes this plugin incompatible as the hook copies strings.xml to App_Resources/Android/values/ instead of App_Resources/Android/src/main/res/values. More on folder structure changes: https://docs.nativescript.org/docs-cli/project/configuration/resources/resources-update