aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locale/hy.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/hy.js b/locale/hy.js
new file mode 100644
index 00000000..be473fa6
--- /dev/null
+++ b/locale/hy.js
@@ -0,0 +1,5 @@
+var Faker = require('../lib');
+var faker = new Faker({ locale: 'hy', localeFallback: 'en' });
+faker.locales['hy'] = require('../lib/locales/hy');
+faker.locales['en'] = require('../lib/locales/en');
+module['exports'] = faker; \ No newline at end of file