EddyVerbruggen / nativescript-localize

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

Support NSConfig's appPath #42

Closed breningham closed 6 years ago

breningham commented 6 years ago

This PR Adds the ability to use the App with non-standard appPath set in nsconfig.json

For Example :

{
    "appPath": "src/app",
    "appResourcesPath": "src/resources"
}

I Raised the issue #41 and this PR closes #41

lfabreges commented 6 years ago

Great, thank you, I just published v3.0.5