Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The library supports localizations. You can set the locale code in constructor.
```

```js
// Use russia
// Use russian
var fakerator = Fakerator("ru-RU");
console.log(fakerator.names.name());
// Альберт Валентинович Архипов
Expand Down Expand Up @@ -143,7 +143,7 @@ hu-HU | Hungarian | `Fakerator("hu-HU");` | [Icebob](https://git
it-IT | Italian | `Fakerator("it-IT");` | [faker.js](https://github.com/Marak/faker.js)
nb-NO | Norwegian | `Fakerator("nb-NO");` | [faker.js](https://github.com/Marak/faker.js)
pl-PL | Polish | `Fakerator("pl-PL");` | [faker.js](https://github.com/Marak/faker.js)
ru-RU | Russia | `Fakerator("ru-RU");` | [faker.js](https://github.com/Marak/faker.js)
ru-RU | Russian | `Fakerator("ru-RU");` | [faker.js](https://github.com/Marak/faker.js)
sk-SK | Slovakian | `Fakerator("sk-SK");` | [faker.js](https://github.com/Marak/faker.js)
sv-SE | Swedish | `Fakerator("sv-SE");` | [faker.js](https://github.com/Marak/faker.js)

Expand Down