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
+8
View File
@@ -0,0 +1,8 @@
[
{
"format": "{pre}{n}.{n}.{n}{suffix}",
"n": [{ "format": "0", "weight": 3 }, { "format": "10" }],
"pre": ["", { "format": "v", "weight": 0.4 }],
"suffix": ["", { "format": "-{tag}.{m}", "tag": ["alpha", "beta", "rc"], "m": ["1", "2", "3"], "weight": 0.3 }]
}
]