mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
added us_cup as base unit
This commit is contained in:
@@ -543,6 +543,7 @@
|
||||
"ml": "millilitre [ml] (metric, volume)",
|
||||
"l": "litre [l] (metric, volume)",
|
||||
"fluid_ounce": "fluid ounce [fl oz] (US, volume)",
|
||||
"us_cup": "cup (US, volume)",
|
||||
"pint": "pint [pt] (US, volume)",
|
||||
"quart": "quart [qt] (US, volume)",
|
||||
"gallon": "gallon [gal] (US, volume)",
|
||||
|
||||
@@ -311,6 +311,7 @@ export class Models {
|
||||
{value: "ml", text: "ml"},
|
||||
{value: "l", text: "l"},
|
||||
{value: "fluid_ounce", text: "fluid_ounce"},
|
||||
{value: "us_cup", text: "us_cup"},
|
||||
{value: "pint", text: "pint"},
|
||||
{value: "quart", text: "quart"},
|
||||
{value: "gallon", text: "gallon"},
|
||||
|
||||
Reference in New Issue
Block a user