Add locale-neutral misc data: currency, country, language, timezone, mimetype, httpstatus, useragent, coordinate, emoji, car

This commit is contained in:
lilleman
2026-06-09 01:58:49 +02:00
parent cde56b7924
commit eaf99d4542
12 changed files with 211 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
[
{
"format": "{lat}, {lon}",
"lat": { "format": "{float(-90,90,6)}" },
"lon": { "format": "{float(-180,180,6)}" }
}
]