jsreport extension adding localize helper
npm install @jsreport/jsreport-localizationjsreport exension adding localize helper
See https://jsreport.net/learn/localization
22.18.0- support localization with nested objects
- cache localization calls to improve performance
- minimum node.js version is now 18.15.0
- update studio build against new webpack and babel
- use old req.options.language when req.template.localization is empty
- changes to enable caching of system helpers
accept object for localize function and propagate req.template.localization to the child templates
- use relative path to the currently evaluated entity (when localization is used from script the current path is equal to the running script)
Adaptations for the v3 APIs