An open API service indexing awesome lists of open source software.

https://github.com/jsreport/jsreport-resources

jsreport extension adding localization capabilities
https://github.com/jsreport/jsreport-resources

Last synced: about 1 year ago
JSON representation

jsreport extension adding localization capabilities

Awesome Lists containing this project

README

          

# jsreport-resources
[![NPM Version](http://img.shields.io/npm/v/jsreport-resources.svg?style=flat-square)](https://npmjs.com/package/jsreport-resources)
[![Build Status](https://travis-ci.org/jsreport/jsreport-resources.png?branch=master)](https://travis-ci.org/jsreport/jsreport-resources)

> jsreport extension adding localization capabilities

See https://jsreport.net/learn/resources

## Installation
> npm install jsreport-resources

## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-resources)

```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-resources')())
```