Socialify

Folder ..

Viewing ReadMe.md
11 lines (8 loc) • 341.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Read Me

The files in this directory have been auto-generated from the `gulpfile`.

These file exist in order to allow users to require the `blaver` library using a specific locale ( instead of the default behavior or loading all locales ).

Example:

``` js
const blaver = require('../locale/en');
console.log(blaver.name.findName());
```