EddyVerbruggen / nativescript-localize

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

Question regarding resources #90

Closed CatchABus closed 4 years ago

CatchABus commented 4 years ago

I'm just wondering, why use native resources of each platform to store texts instead of loading json or js files from i18n folder using 'require' and use them inside app?