EddyVerbruggen / nativescript-localize

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

fix: make plugin hooks compatible with CLI 6.0.0 #72

Closed rosen-vladimirov closed 5 years ago

rosen-vladimirov commented 5 years ago

In CLI 6.0.0 the hooks args have been changed. Make the current plugin hooks compatible with both CLI 6.0.0 and 5.x.x. Remove platformsData from args, as it has been renamed and it cannot be resolved anymore. Replace it with correct service.

EddyVerbruggen commented 5 years ago

Thank you, @rosen-vladimirov!