You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like something hard to reproduce, if App_Resources isn't updated, it may be because the before-prepare hook isn't executed, next time take a look at the hooks directory and let me know if the localize before-prepare hook is still there. You may want to look at the console too to see if it is correctly executed on JSON update.
Hi,
I don't know if this issue is related to the one you post: NativeScript/nativescript-cli#3251
My problem is that after several JSON updates, I notice that the app is not displaying the new values, although I always execute tns run ios --clean
I navigate to App_Resources/iOs and I find the LocalizableStrings not containing the last values...
Any way to solve this?
Thanks a lot
PD: I have found that removing and adding again the plugin solved the issue. It happened 2 times. Seems to be a weird behavior....
The text was updated successfully, but these errors were encountered: