Add imperial gallons and jiggers conversions

This commit is contained in:
Codex Agent
2026-03-08 07:57:07 +00:00
parent b7e0a52e9a
commit d2d482768c
2 changed files with 128 additions and 47 deletions

View File

@@ -1291,9 +1291,9 @@ export const calculators: CalculatorDef[] = [
{"slug": "imperial-fl-oz-to-gallons", "name": "Imperial fl oz to Gallons", "category": "volume", "type": "standard", "teaser": "Convert Imperial fluid ounces into Imperial gallons for British volume checks.", "labels": {"in1": "Imperial fl oz", "in2": "Gallons"}, "factor": 0.00625},
{"slug": "imperial-fl-oz-to-gill", "name": "Imperial fl oz to Gill", "category": "volume", "type": "standard", "teaser": "Relate Imperial ounces to gills when crafting classic cocktails.", "labels": {"in1": "Imperial fl oz", "in2": "Gill"}, "factor": 0.2, "hidden": true},
{"slug": "imperial-fl-oz-to-hogshead", "name": "Imperial fl oz to Hogshead", "category": "volume", "type": "standard", "teaser": "Express Imperial ounces as a fraction of a hogshead for barrel planning.", "labels": {"in1": "Imperial fl oz", "in2": "Hogshead"}, "factor": 0.00011574074074074075, "hidden": true},
{"slug": "imperial-fl-oz-to-imperial-gallons", "name": "Imperial fl oz to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Show Imperial ounces as Imperial gallons for conversions.", "labels": {"in1": "Imperial fl oz", "in2": "Imperial Gallons"}, "factor": 0.00625},
{"slug": "imperial-fl-oz-to-imperial-gallons", "name": "Imperial fl oz to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Show Imperial ounces as Imperial gallons for conversions.", "labels": {"in1": "Imperial fl oz", "in2": "Imperial Gallons"}, "factor": 0.00625, "hidden": true},
{"slug": "imperial-fl-oz-to-imperial-pints", "name": "Imperial fl oz to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into Imperial pints for pint-based menus.", "labels": {"in1": "Imperial fl oz", "in2": "Imperial Pints"}, "factor": 0.05},
{"slug": "imperial-fl-oz-to-jiggers", "name": "Imperial fl oz to Jiggers", "category": "volume", "type": "standard", "teaser": "Switch Imperial ounces into cocktail jigger measures.", "labels": {"in1": "Imperial fl oz", "in2": "Jiggers"}, "factor": 0.6405065452668264},
{"slug": "imperial-fl-oz-to-jiggers", "name": "Imperial fl oz to Jiggers", "category": "volume", "type": "standard", "teaser": "Switch Imperial ounces into cocktail jigger measures.", "labels": {"in1": "Imperial fl oz", "in2": "Jiggers"}, "factor": 0.6405065452668264, "hidden": true},
{"slug": "imperial-fl-oz-to-liters", "name": "Imperial fl oz to Liters", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into liters for science-friendly units.", "labels": {"in1": "Imperial fl oz", "in2": "Liters"}, "factor": 0.0284130625},
{"slug": "imperial-fl-oz-to-milliliters", "name": "Imperial fl oz to Milliliters", "category": "volume", "type": "standard", "teaser": "Translate Imperial ounces into milliliters for detailed pours.", "labels": {"in1": "Imperial fl oz", "in2": "Milliliters"}, "factor": 28.4130625},
{"slug": "imperial-fl-oz-to-minims", "name": "Imperial fl oz to Minims", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into minims for micro-volume control.", "labels": {"in1": "Imperial fl oz", "in2": "Minims"}, "factor": 480.0},
@@ -1306,6 +1306,20 @@ export const calculators: CalculatorDef[] = [
{"slug": "imperial-fl-oz-to-us-pints", "name": "Imperial fl oz to Us Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into US pints for mixed recipes.", "labels": {"in1": "Imperial fl oz", "in2": "Us Pints"}, "factor": 0.060047496275242744},
{"slug": "imperial-gallons-to-liters", "name": "Imperial gallons to Liters", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons to Liters instantly.", "labels": {"in1": "Imperial gallons", "in2": "Liters"}, "factor": 4.54609},
{"slug": "imperial-gallons-to-us-gallons", "name": "Imperial gallons to US gallons", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons to US gallons instantly.", "labels": {"in1": "Imperial gallons", "in2": "US gallons"}, "factor": 1.20095},
{"slug": "imperial-gallons-to-gallons", "name": "Imperial gallons to Gallons", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into US Gallons for quick cross-Atlantic pours.", "labels": {"in1": "Imperial gallons", "in2": "Gallons"}, "factor": 1.2009499255048548},
{"slug": "imperial-gallons-to-gill", "name": "Imperial gallons to Gill", "category": "volume", "type": "standard", "teaser": "Turn Imperial gallons into gills when sketching cocktail menus.", "labels": {"in1": "Imperial gallons", "in2": "Gill"}, "factor": 32.0},
{"slug": "imperial-gallons-to-hogshead", "name": "Imperial gallons to Hogshead", "category": "volume", "type": "standard", "teaser": "Express an Imperial gallon as a sliver of a hogshead for barrel-level planning.", "labels": {"in1": "Imperial gallons", "in2": "Hogshead"}, "factor": 0.018518518518518517, "hidden": true},
{"slug": "imperial-gallons-to-imperial-fl-oz", "name": "Imperial gallons to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Translate Imperial gallons into Imperial fluid ounces for precision pours.", "labels": {"in1": "Imperial gallons", "in2": "Imperial Fl Oz"}, "factor": 160.0},
{"slug": "imperial-gallons-to-imperial-pints", "name": "Imperial gallons to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into Imperial pints for banquet sizing.", "labels": {"in1": "Imperial gallons", "in2": "Imperial Pints"}, "factor": 8.0},
{"slug": "imperial-gallons-to-jiggers", "name": "Imperial gallons to Jiggers", "category": "volume", "type": "standard", "teaser": "Scale Imperial gallons into cocktail jiggers for mega-party math.", "labels": {"in1": "Imperial gallons", "in2": "Jiggers"}, "factor": 102.48104724269223},
{"slug": "imperial-gallons-to-milliliters", "name": "Imperial gallons to Milliliters", "category": "volume", "type": "standard", "teaser": "Turn Imperial gallons into milliliters for lab-level detail.", "labels": {"in1": "Imperial gallons", "in2": "Milliliters"}, "factor": 4546.09},
{"slug": "imperial-gallons-to-minims", "name": "Imperial gallons to Minims", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into minims when micro-volumes matter.", "labels": {"in1": "Imperial gallons", "in2": "Minims"}, "factor": 76799.9783761491},
{"slug": "imperial-gallons-to-pecks", "name": "Imperial gallons to Pecks", "category": "volume", "type": "standard", "teaser": "Express Imperial gallons as pecks for produce trade comparisons.", "labels": {"in1": "Imperial gallons", "in2": "Pecks"}, "factor": 0.6004749627524275},
{"slug": "imperial-gallons-to-pints", "name": "Imperial gallons to Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into US pints for recipe crossovers.", "labels": {"in1": "Imperial gallons", "in2": "Pints"}, "factor": 9.60759940403884},
{"slug": "imperial-gallons-to-quarts", "name": "Imperial gallons to Quarts", "category": "volume", "type": "standard", "teaser": "Fit Imperial gallons into US quarts for batch cooking.", "labels": {"in1": "Imperial gallons", "in2": "Quarts"}, "factor": 16.0},
{"slug": "imperial-gallons-to-tablespoons", "name": "Imperial gallons to Tablespoons", "category": "volume", "type": "standard", "teaser": "Translate Imperial gallons into tablespoons for massive mixing.", "labels": {"in1": "Imperial gallons", "in2": "Tablespoons"}, "factor": 307.4431809292429},
{"slug": "imperial-gallons-to-teaspoons", "name": "Imperial gallons to Teaspoons", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into teaspoons for baking-scale visualization.", "labels": {"in1": "Imperial gallons", "in2": "Teaspoons"}, "factor": 922.3295427877285},
{"slug": "imperial-gallons-to-us-pints", "name": "Imperial gallons to US Pints", "category": "volume", "type": "standard", "teaser": "Show Imperial gallons in US pints for mixed-unit menus.", "labels": {"in1": "Imperial gallons", "in2": "US Pints"}, "factor": 9.60759940403884},
{"slug": "imperial-gallons-to-acre-feet", "name": "Imperial gallons to Acre-feet", "category": "volume", "type": "standard", "teaser": "Translate Imperial gallons into acre-feet for large-section civil projects.", "labels": {"in1": "Imperial gallons", "in2": "Acre-feet"}, "factor": 3.6855751431563835e-06},
{"slug": "imperial-gallons-to-barrel-us-oil", "name": "Imperial gallons to Barrel (us Oil)", "category": "volume", "type": "standard", "teaser": "Express Imperial gallons as US oil barrels for trade stats.", "labels": {"in1": "Imperial gallons", "in2": "Barrel (us Oil)"}, "factor": 0.02859404584535369},
{"slug": "imperial-gallons-to-bushels", "name": "Imperial gallons to Bushels", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into bushels for harvest planning.", "labels": {"in1": "Imperial gallons", "in2": "Bushels"}, "factor": 0.1290070929360876, "hidden": true},
@@ -1330,6 +1344,33 @@ export const calculators: CalculatorDef[] = [
{"slug": "jansky-to-watts-per-square-meter-per-hertz", "name": "Jansky to Watts per sq meter per Hertz", "category": "length", "type": "standard", "teaser": "Convert Jansky to Watts per square meter per Hertz instantly.", "labels": {"in1": "Jansky", "in2": "Watts per sq meter per Hertz"}, "factor": 1e-26},
{"slug": "jiffies-to-seconds", "name": "Jiffies to Seconds", "category": "time", "type": "standard", "teaser": "Convert Jiffies to Seconds instantly.", "labels": {"in1": "Jiffies", "in2": "Seconds"}, "factor": 0.01},
{"slug": "jiggers-to-milliliters", "name": "Jiggers to Milliliters", "category": "volume", "type": "standard", "teaser": "Convert Jiggers to Milliliters instantly.", "labels": {"in1": "Jiggers", "in2": "Milliliters"}, "factor": 44.3603},
{"slug": "jiggers-to-acre-feet", "name": "Jiggers to Acre-feet", "category": "volume", "type": "standard", "teaser": "Show how a cocktail jigger compares to an acre-foot when planning irrigation analogies.", "labels": {"in1": "Jiggers", "in2": "Acre-feet"}, "factor": 3.596348049047866e-08},
{"slug": "jiggers-to-barrel-us-oil", "name": "Jiggers to Barrel (us Oil)", "category": "volume", "type": "standard", "teaser": "Convert jiggers into US oil barrels for energy-fueled metaphors.", "labels": {"in1": "Jiggers", "in2": "Barrel (us Oil)"}, "factor": 0.0002790178927195993},
{"slug": "jiggers-to-bushels", "name": "Jiggers to Bushels", "category": "volume", "type": "standard", "teaser": "Express jiggers as bushels when knitting together fabric and farm metrics.", "labels": {"in1": "Jiggers", "in2": "Bushels"}, "factor": 0.001258838550220679, "hidden": true},
{"slug": "jiggers-to-centiliters", "name": "Jiggers to Centiliters", "category": "volume", "type": "standard", "teaser": "Turn jiggers into metric centiliters for precise beverage lab notes.", "labels": {"in1": "Jiggers", "in2": "Centiliters"}, "factor": 4.43603},
{"slug": "jiggers-to-cubic-centimeters", "name": "Jiggers to Cubic Centimeters", "category": "volume", "type": "standard", "teaser": "Translate jiggers into cubic centimeters for lab-scale pours.", "labels": {"in1": "Jiggers", "in2": "Cubic Centimeters"}, "factor": 44.3603},
{"slug": "jiggers-to-cubic-feet", "name": "Jiggers to Cubic Feet", "category": "volume", "type": "standard", "teaser": "Scale jiggers up to cubic feet for mechanical room planning.", "labels": {"in1": "Jiggers", "in2": "Cubic Feet"}, "factor": 0.0015665692101652503},
{"slug": "jiggers-to-cubic-inches", "name": "Jiggers to Cubic Inches", "category": "volume", "type": "standard", "teaser": "Convert jiggers into cubic inches for engineering references.", "labels": {"in1": "Jiggers", "in2": "Cubic Inches"}, "factor": 2.7070315951655526},
{"slug": "jiggers-to-cubic-meters", "name": "Jiggers to Cubic Meters", "category": "volume", "type": "standard", "teaser": "Express jiggers in cubic meters for theoretical comparisons.", "labels": {"in1": "Jiggers", "in2": "Cubic Meters"}, "factor": 4.43603e-05},
{"slug": "jiggers-to-cubic-yards", "name": "Jiggers to Cubic Yards", "category": "volume", "type": "standard", "teaser": "Convert jiggers into cubic yards when comparing cocktail jiggers with bulk yardage.", "labels": {"in1": "Jiggers", "in2": "Cubic Yards"}, "factor": 5.8021081857972236e-05, "hidden": true},
{"slug": "jiggers-to-cups", "name": "Jiggers to Cups", "category": "volume", "type": "standard", "teaser": "Turn jiggers into cups for mixology follow-through.", "labels": {"in1": "Jiggers", "in2": "Cups"}, "factor": 0.18750002390757073, "hidden": true},
{"slug": "jiggers-to-drams-fluid", "name": "Jiggers to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Translate jiggers into fluid drams for pharmaceutical precision.", "labels": {"in1": "Jiggers", "in2": "Drams (fluid)"}, "factor": 12.490114362012191},
{"slug": "jiggers-to-fluid-ounces", "name": "Jiggers to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "Convert jiggers into fluid ounces for easy bartender math.", "labels": {"in1": "Jiggers", "in2": "Fluid Ounces"}, "factor": 1.5612642952515239},
{"slug": "jiggers-to-gallons", "name": "Jiggers to Gallons", "category": "volume", "type": "standard", "teaser": "Stack up jiggers into gallons for large-batch cocktail planning.", "labels": {"in1": "Jiggers", "in2": "Gallons"}, "factor": 0.01171875149422317},
{"slug": "jiggers-to-gill", "name": "Jiggers to Gill", "category": "volume", "type": "standard", "teaser": "Measure jiggers in gills when mixing gatefold drinks.", "labels": {"in1": "Jiggers", "in2": "Gill"}, "factor": 0.31225285905030475, "hidden": true},
{"slug": "jiggers-to-hogshead", "name": "Jiggers to Hogshead", "category": "volume", "type": "standard", "teaser": "Frame a jigger against a hogshead while talking about barrel pours.", "labels": {"in1": "Jiggers", "in2": "Hogshead"}, "factor": 0.00018070188602448194, "hidden": true},
{"slug": "jiggers-to-imperial-fl-oz", "name": "Jiggers to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Convert jiggers into Imperial fluid ounces for UK pours.", "labels": {"in1": "Jiggers", "in2": "Imperial Fl Oz"}, "factor": 1.5612642952515239},
{"slug": "jiggers-to-imperial-gallons", "name": "Jiggers to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Express jiggers inside Imperial gallons for brewery storytelling.", "labels": {"in1": "Jiggers", "in2": "Imperial Gallons"}, "factor": 0.009757901845322024, "hidden": true},
{"slug": "jiggers-to-imperial-pints", "name": "Jiggers to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Turn jiggers into Imperial pints for British flair.", "labels": {"in1": "Jiggers", "in2": "Imperial Pints"}, "factor": 0.07806321476257619},
{"slug": "jiggers-to-liters", "name": "Jiggers to Liters", "category": "volume", "type": "standard", "teaser": "Translate jiggers to liters for metric clarity.", "labels": {"in1": "Jiggers", "in2": "Liters"}, "factor": 0.0443603},
{"slug": "jiggers-to-minims", "name": "Jiggers to Minims", "category": "volume", "type": "standard", "teaser": "Push jigger math down to minims for micro measures.", "labels": {"in1": "Jiggers", "in2": "Minims"}, "factor": 749.4066507173169},
{"slug": "jiggers-to-pecks", "name": "Jiggers to Pecks", "category": "volume", "type": "standard", "teaser": "Convert jiggers into pecks when tying mixology to produce buyers.", "labels": {"in1": "Jiggers", "in2": "Pecks"}, "factor": 0.005859375747111585},
{"slug": "jiggers-to-pints", "name": "Jiggers to Pints", "category": "volume", "type": "standard", "teaser": "Express jiggers as US pints when cooking for crowds.", "labels": {"in1": "Jiggers", "in2": "Pints"}, "factor": 0.07806321476257619},
{"slug": "jiggers-to-quarts", "name": "Jiggers to Quarts", "category": "volume", "type": "standard", "teaser": "Scale jiggers into US quarts for frequent hospitality conversions.", "labels": {"in1": "Jiggers", "in2": "Quarts"}, "factor": 0.15612642952515238},
{"slug": "jiggers-to-tablespoons", "name": "Jiggers to Tablespoons", "category": "volume", "type": "standard", "teaser": "Turn jiggers into tablespoons for battering recipes.", "labels": {"in1": "Jiggers", "in2": "Tablespoons"}, "factor": 3.0000003825211317},
{"slug": "jiggers-to-teaspoons", "name": "Jiggers to Teaspoons", "category": "volume", "type": "standard", "teaser": "Convert jiggers into teaspoons for fine baking metrics.", "labels": {"in1": "Jiggers", "in2": "Teaspoons"}, "factor": 9.000001147563395},
{"slug": "jiggers-to-us-gallons", "name": "Jiggers to US Gallons", "category": "volume", "type": "standard", "teaser": "Stack jiggers up into US gallons for state-side events.", "labels": {"in1": "Jiggers", "in2": "US Gallons"}, "factor": 0.01171875149422317},
{"slug": "jiggers-to-us-pints", "name": "Jiggers to US Pints", "category": "volume", "type": "standard", "teaser": "Flip jiggers into US pints for cross-hemisphere menus.", "labels": {"in1": "Jiggers", "in2": "US Pints"}, "factor": 0.09375001195378536},
{"slug": "joules-to-btu", "name": "Joules to BTU", "category": "energy", "type": "standard", "teaser": "Convert Joules to BTU instantly.", "labels": {"in1": "Joules", "in2": "BTU"}, "factor": 0.000947817},
{"slug": "joules-to-electron-volts", "name": "Joules to Electron-volts", "category": "energy", "type": "standard", "teaser": "Convert Joules to Electron-volts instantly.", "labels": {"in1": "Joules", "in2": "Electron-volts"}, "factor": 6.24151e+18},
{"slug": "joules-to-foot-pounds", "name": "Joules to Foot-pounds", "category": "force", "type": "standard", "teaser": "Convert Joules to Foot-pounds instantly.", "labels": {"in1": "Joules", "in2": "Foot-pounds"}, "factor": 0.737562},
@@ -1419,7 +1460,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "gill-to-gallons", "name": "Gill to Gallons", "category": "volume", "type": "standard", "teaser": "Figure out how many gallons the gill pours.", "labels": {"in1": "Gill", "in2": "Gallons"}, "factor": 0.03125},
{"slug": "gill-to-hogshead", "name": "Gill to Hogshead", "category": "volume", "type": "standard", "teaser": "Show the gill's size versus a US hogshead.", "labels": {"in1": "Gill", "in2": "Hogshead"}, "factor": 0.0004960337061808119, "hidden": true},
{"slug": "gill-to-imperial-fl-oz", "name": "Gill to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Convert a US gill into imperial fluid ounces.", "labels": {"in1": "Gill", "in2": "Imperial Fl Oz"}, "factor": 4.163370923144944},
{"slug": "gill-to-imperial-gallons", "name": "Gill to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Compare a gill with imperial gallons.", "labels": {"in1": "Gill", "in2": "Imperial Gallons"}, "factor": 0.026021068269655903},
{"slug": "gill-to-imperial-gallons", "name": "Gill to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Compare a gill with imperial gallons.", "labels": {"in1": "Gill", "in2": "Imperial Gallons"}, "factor": 0.026021068269655903, "hidden": true},
{"slug": "gill-to-imperial-pints", "name": "Gill to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Express a gill as a fraction of an imperial pint.", "labels": {"in1": "Gill", "in2": "Imperial Pints"}, "factor": 0.20816854615724723},
{"slug": "gill-to-jiggers", "name": "Gill to Jiggers", "category": "volume", "type": "standard", "teaser": "Mix a gill's worth into cocktail math with jiggers.", "labels": {"in1": "Gill", "in2": "Jiggers"}, "factor": 2.6666666666666665},
{"slug": "gill-to-liters", "name": "Gill to Liters", "category": "volume", "type": "standard", "teaser": "Translate the volume into liters for metric recipes.", "labels": {"in1": "Gill", "in2": "Liters"}, "factor": 0.11829411825},
@@ -1827,7 +1868,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "liters-to-hogshead", "name": "Liters to Hogshead", "category": "volume", "type": "standard", "teaser": "Scale liters up to hogsheads for barrel planning.", "labels": {"in1": "Liters", "in2": "Hogshead"}, "factor": 0.004193206167367631, "hidden": true},
{"slug": "centiliters-to-cups", "name": "Centiliters to Cups", "category": "volume", "type": "standard", "teaser": "Convert small centiliter pours into cups.", "labels": {"in1": "Centiliters", "in2": "Cups"}, "factor": 0.04226752837730375, "hidden": true},
{"slug": "cups-to-drams-fluid", "name": "Cups to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Break cups into fluid drams for historic mixology.", "labels": {"in1": "Cups", "in2": "Drams (fluid)"}, "factor": 64.0},
{"slug": "jiggers-to-cups", "name": "Jiggers to Cups", "category": "volume", "type": "standard", "teaser": "Translate cocktail jiggers into cups for batch batching.", "labels": {"in1": "Jiggers", "in2": "Cups"}, "factor": 0.1875, "hidden": true},
{"slug": "liters-to-cups", "name": "Liters to Cups", "category": "volume", "type": "standard", "teaser": "Express liters as cups for quick kitchen references.", "labels": {"in1": "Liters", "in2": "Cups"}, "factor": 4.226752837730375},
{"slug": "us-pints-to-imperial-pints", "name": "US Pints to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Convert US pint pours into imperial pints.", "labels": {"in1": "US Pints", "in2": "Imperial Pints"}, "factor": 0.8326741846289888, "hidden": true},
{"slug": "imperial-pints-to-drams", "name": "Imperial Pints to Drams", "category": "volume", "type": "standard", "teaser": "Turn imperial pints into fluid drams for measurements.", "labels": {"in1": "Imperial Pints", "in2": "Drams"}, "factor": 153.72159046462144},
@@ -2522,7 +2562,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "centiliters-to-imperial-fl-oz", "name": "Centiliters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Fl Oz"}, "factor": 0.35195079727854045, "hidden": true},
{"slug": "centiliters-to-imperial-gallons", "name": "Centiliters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Gallons"}, "factor": 0.0021996924829908782, "hidden": true},
{"slug": "centiliters-to-imperial-pints", "name": "Centiliters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Pints"}, "factor": 0.017597539863927026},
{"slug": "centiliters-to-jiggers", "name": "Centiliters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Jiggers"}, "factor": 0.22542681801228667},
{"slug": "centiliters-to-jiggers", "name": "Centiliters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Jiggers"}, "factor": 0.22542681801228667, "hidden": true},
{"slug": "centiliters-to-minims", "name": "Centiliters to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Minims"}, "factor": 162.3073089688464},
{"slug": "centiliters-to-pecks", "name": "Centiliters to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Pecks"}, "factor": 0.00113510373033607},
{"slug": "centiliters-to-pints", "name": "Centiliters to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Pints"}, "factor": 0.021133764188651875},
@@ -2684,7 +2724,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "fluid-ounces-to-imperial-fl-oz", "name": "Fluid Ounces to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Fl Oz"}, "factor": 1.040842730786236},
{"slug": "fluid-ounces-to-imperial-gallons", "name": "Fluid Ounces to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Gallons"}, "factor": 0.006505267067413975, "hidden": true},
{"slug": "fluid-ounces-to-imperial-pints", "name": "Fluid Ounces to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Pints"}, "factor": 0.0520421365393118},
{"slug": "fluid-ounces-to-jiggers", "name": "Fluid Ounces to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Jiggers"}, "factor": 0.6666665816619816},
{"slug": "fluid-ounces-to-jiggers", "name": "Fluid Ounces to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Jiggers"}, "factor": 0.6666665816619816, "hidden": true},
{"slug": "fluid-ounces-to-minims", "name": "Fluid Ounces to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Minims"}, "factor": 480.0},
{"slug": "fluid-ounces-to-pecks", "name": "Fluid Ounces to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Pecks"}, "factor": 0.0032526328195197373},
{"slug": "furlongs-per-fortnight-to-inches-per-second", "name": "Furlongs Per Fortnight to Inches Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Inches Per Second"}, "factor": 0.006547619047619048},