diff options
| author | raphaelhovsepyan <[email protected]> | 2021-01-05 11:12:13 +0400 |
|---|---|---|
| committer | raphaelhovsepyan <[email protected]> | 2021-01-05 11:12:13 +0400 |
| commit | 2b7facd73e277a0e88f8f429887c52faeec41865 (patch) | |
| tree | f820efbb84ccbb7f03df4c4106df920036bbb7dd | |
| parent | 6f5d9957223f036f7a2fe6adca067d1faf21a2fa (diff) | |
| download | faker-2b7facd73e277a0e88f8f429887c52faeec41865.tar.xz faker-2b7facd73e277a0e88f8f429887c52faeec41865.zip | |
Add hy locale to locale folder
| -rw-r--r-- | locale/hy.js | 5 |
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 |
