i18n-node
i18n-node copied to clipboard
Using in client-side javascript files
I'm using well with jade template and server-side code. Also I need use npm in public/js files. How can I configure for front-end ?
Thanks.
there is currently no build-in client-side support available. But people managed to implement reuse of .json files on client side. Example: https://github.com/oliversalzburg/i18n-node-angular
@mashpie is there any solution for reactjs ?