Add locale data categories: word, sentence, date, time, ssn, version, email, ip, company, color, url, uuid, username, price
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"format": "{local}@{domain}",
|
||||
"local": [
|
||||
{
|
||||
"format": "{first}{sep}{last}{n}",
|
||||
"first": ["james", "mary", "john", "patricia", "robert", "linda", "michael", "emma", "david", "olivia"],
|
||||
"last": ["smith", "johnson", "williams", "brown", "jones", "garcia", "miller", "davis", "wilson", "taylor"],
|
||||
"sep": [".", "_", "."],
|
||||
"n": ["", "", "1", "7", "42"]
|
||||
}
|
||||
],
|
||||
"domain": ["example.com", "example.org", "example.net", "mail.example.com"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user