Add locale data categories: word, sentence, date, time, ssn, version, email, ip, company, color, url, uuid, username, price

This commit is contained in:
lilleman
2026-06-05 20:18:27 +02:00
parent 943a1d9f1b
commit 770dcd72f2
30 changed files with 320 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[
{
"format": "{lead} {adj} {noun} {verb} {prep} {adj} {noun}.",
"lead": ["A", "Each", "Every", "One", "The"],
"adj": ["ancient", "bright", "fierce", "golden", "lazy", "modern", "quick", "silent"],
"noun": ["engine", "forest", "fox", "garden", "harbor", "mountain", "river", "signal"],
"verb": ["builds", "carries", "crosses", "follows", "guards", "reveals", "shapes"],
"prep": ["across", "beneath", "beyond", "over", "through"]
}
]