EddyVerbruggen / nativescript-localize

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

Please Upgrade Plugin to Naticescript 7 and Angular 10 #99

Closed cjohn001 closed 3 years ago

NathanWalker commented 3 years ago

@EddyVerbruggen We can add this one to https://github.com/NativeScript/plugins and have an update scoped and out by Sunday evening if that works for you.

EddyVerbruggen commented 3 years ago

@NathanWalker Yes, that's perfectly fine by me!

NathanWalker commented 3 years ago

@nativescript/localize 5.0.x published with {N} 7 compatibility now.

pandabamboo90 commented 3 years ago

@NathanWalker Can you please guide me how to add localize 5.0.x in the project ?

I put "nativescript-localize": "~5.0.0 in package.json then try npm install, but it said cannot find the npm package

Thanks.

EddyVerbruggen commented 3 years ago

@pandabamboo90 Look closely: "@nativescript/localize": "~5.0.2"

pandabamboo90 commented 3 years ago

@EddyVerbruggen Thanks.

I changed "nativescript-localize": "~5.0.0" -> "@nativescript/localize": "~5.0.2".

Everything is working now 👍