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
+17
View File
@@ -0,0 +1,17 @@
[
{ "format": "{type}", "type": ["application/gzip"], "ext": [".gz"] },
{ "format": "{type}", "type": ["application/json"], "ext": [".json"] },
{ "format": "{type}", "type": ["application/pdf"], "ext": [".pdf"] },
{ "format": "{type}", "type": ["application/xml"], "ext": [".xml"] },
{ "format": "{type}", "type": ["application/zip"], "ext": [".zip"] },
{ "format": "{type}", "type": ["audio/mpeg"], "ext": [".mp3"] },
{ "format": "{type}", "type": ["image/gif"], "ext": [".gif"] },
{ "format": "{type}", "type": ["image/jpeg"], "ext": [".jpg"] },
{ "format": "{type}", "type": ["image/png"], "ext": [".png"] },
{ "format": "{type}", "type": ["image/svg+xml"], "ext": [".svg"] },
{ "format": "{type}", "type": ["image/webp"], "ext": [".webp"] },
{ "format": "{type}", "type": ["text/csv"], "ext": [".csv"] },
{ "format": "{type}", "type": ["text/html"], "ext": [".html"] },
{ "format": "{type}", "type": ["text/plain"], "ext": [".txt"] },
{ "format": "{type}", "type": ["video/mp4"], "ext": [".mp4"] }
]