EddyVerbruggen / nativescript-localize

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

Doesnt Follow NSConfig Rules. #41

Closed breningham closed 6 years ago

breningham commented 6 years ago

Hi i'm having a problem, where when building the 'before-hook' spits a warning out that it cannot find <project root>/app/i18n which is correct, the fire isn't there, because i use a nsconfig file to have my code in <project root>/src/app/i18n

breningham commented 6 years ago

For Reference, my NSConfig.json file has the following:

{
    "appPath": "src/app",
    "appResourcesPath": "src/resources"
}
breningham commented 6 years ago

I have found a way to resolve this, will create a PR.