EddyVerbruggen / nativescript-localize

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

[Critical] Live-sync and translations #92

Closed CatchABus closed 2 years ago

CatchABus commented 4 years ago

CLI version: 6.4.1 Platforms: Android

Live-sync does not apply translation content changes from json language files to native resources. For every change, developer needs to stop CLI process and execute 'tns run' anew.

This is very serious and makes application development awful. There is still a lot of important work to be done on this plugin so I hope project becomes active soon.