Erstes Commit
This commit is contained in:
18
hugo/data/gewichte.json
Normal file
18
hugo/data/gewichte.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"slug": "gewichte",
|
||||
"name": "Gewichte",
|
||||
"conversion_engine": "linear",
|
||||
"units": {
|
||||
"gramm": { "name": "Gramm", "factor": "1" },
|
||||
"kilogramm": { "name": "Kilogramm", "factor": "1000" },
|
||||
"pfund": { "name": "Pfund", "factor": "453.59237" },
|
||||
"unzen": { "name": "Unzen", "factor": "28.349523125" },
|
||||
"metrische_tonnen": { "name": "Metrische Tonnen", "factor": "1000000" },
|
||||
"kurze_tonnen": { "name": "Kurze Tonnen", "factor": "907184.74" },
|
||||
"karat": { "name": "Karat", "factor": "0.2" },
|
||||
"milligramm": { "name": "Milligramm", "factor": "0.001" },
|
||||
"mikrogramm": { "name": "Mikrogramm", "factor": "0.000001" },
|
||||
"stone": { "name": "Stone", "factor": "6350.29318" },
|
||||
"gran": { "name": "Gran", "factor": "0.06479891" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user