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,14 @@
|
||||
[
|
||||
{
|
||||
"format": "{base} {suffix}",
|
||||
"base": [
|
||||
{
|
||||
"format": "{a}{b}",
|
||||
"a": ["Berg", "Blå", "Järn", "Nord", "Ny", "Sjö", "Skog", "Sol", "Sten", "Stor"],
|
||||
"b": ["bygg", "data", "gruppen", "handel", "konsult", "logistik", "produkter", "system", "teknik", "verkstad"]
|
||||
},
|
||||
["Aktiebolaget Vega", "Ekonomihuset", "Lindberg", "Nordström", "Svensson & Co"]
|
||||
],
|
||||
"suffix": ["AB", "AB", "AB", "HB", "KB"]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user