Skip to content

Commit

Permalink
ru index.js ru.hacker field added
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmazN committed Feb 27, 2017
1 parent bc1b4a4 commit 2d73a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales/ru/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ru.phone_number = require("./phone_number");
ru.commerce = require("./commerce");
ru.company = require("./company");
ru.date = require("./date");
ru.hacker = require("./hacker");
4 changes: 4 additions & 0 deletions test-almaz.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let faker = require('./build/build/faker');
faker.locale = 'ru';

console.log(faker.random.words(10));

0 comments on commit 2d73a74

Please sign in to comment.