aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2017-02-09 23:39:09 -0500
committerMarak <[email protected]>2017-02-09 23:39:09 -0500
commitfa99a52296fd6de8499a8bd8b429db3c21b66862 (patch)
tree15e8b729022c158dc4edb230ff1157964ddcd5dd
parentfcab0287746f268d04aebd191a58577923c85b6b (diff)
downloadfaker-fa99a52296fd6de8499a8bd8b429db3c21b66862.tar.xz
faker-fa99a52296fd6de8499a8bd8b429db3c21b66862.zip
[api] Added exports for `az` locality #429
-rw-r--r--build/src/docs.md4
-rw-r--r--lib/locales.js1
2 files changed, 3 insertions, 2 deletions
diff --git a/build/src/docs.md b/build/src/docs.md
index 508e8c89..fa49d123 100644
--- a/build/src/docs.md
+++ b/build/src/docs.md
@@ -172,8 +172,8 @@ If you require the absolute latest version of `faker.js` the `master` branch @ h
#### Marak Squires
-faker.js - Copyright (c) 2016
-Matthew Bergman & Marak Squires
+faker.js - Copyright (c) 2017
+Marak Squires
http://github.com/marak/faker.js/
faker.js was inspired by and has used data definitions from:
diff --git a/lib/locales.js b/lib/locales.js
index 77b1bff1..8ff2d025 100644
--- a/lib/locales.js
+++ b/lib/locales.js
@@ -1,3 +1,4 @@
+exports['az'] = require('./locales/az');
exports['cz'] = require('./locales/cz');
exports['de'] = require('./locales/de');
exports['de_AT'] = require('./locales/de_AT');