We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab673ae commit 703c080Copy full SHA for 703c080
README.md
@@ -140,6 +140,9 @@ it-IT | Italic | `new Fakerator("it-IT");` | [faker.js](https
140
pl-PL | Polish | `new Fakerator("pl-PL");` | [faker.js](https://github.com/Marak/faker.js)
141
ru-RU | Russia | `new Fakerator("ru-RU");` | [faker.js](https://github.com/Marak/faker.js)
142
143
+### Custom locale
144
+Please read this [how to add a new locale](LOCALES.md)
145
+
146
## Generators
147
Use this functions to generate fake random data
148
0 commit comments