mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-30 13:50:42 -05:00
* feat(backend): 🌐 make foods/ingredients translatable * feat(backend): ✨ add remember me support for login - 14 days * feat(frontend): 💄 add persistent darkmode for user sessions * capture #859 * feat(frontend): 💄 add basic open-graph data for site links
102 lines
2.1 KiB
JSON
102 lines
2.1 KiB
JSON
{
|
|
"teaspoon": {
|
|
"name": "teaspoon",
|
|
"description": "",
|
|
"abbreviation": "tsp"
|
|
},
|
|
"tablespoon": {
|
|
"name": "tablespoon",
|
|
"description": "",
|
|
"abbreviation": "tbsp"
|
|
},
|
|
"cup": {
|
|
"name": "cup",
|
|
"description": "",
|
|
"abbreviation": "cup"
|
|
},
|
|
"fluid-ounce": {
|
|
"name": "fluid ounce",
|
|
"description": "",
|
|
"abbreviation": "fl oz"
|
|
},
|
|
"pint": {
|
|
"name": "pint",
|
|
"description": "",
|
|
"abbreviation": "pt"
|
|
},
|
|
"quart": {
|
|
"name": "quart",
|
|
"description": "",
|
|
"abbreviation": "qt"
|
|
},
|
|
"gallon": {
|
|
"name": "gallon",
|
|
"description": "",
|
|
"abbreviation": "gal"
|
|
},
|
|
"milliliter": {
|
|
"name": "milliliter",
|
|
"description": "",
|
|
"abbreviation": "ml"
|
|
},
|
|
"liter": {
|
|
"name": "liter",
|
|
"description": "",
|
|
"abbreviation": "l"
|
|
},
|
|
"pound": {
|
|
"name": "pound",
|
|
"description": "",
|
|
"abbreviation": "lb"
|
|
},
|
|
"ounce": {
|
|
"name": "ounce",
|
|
"description": "",
|
|
"abbreviation": "oz"
|
|
},
|
|
"gram": {
|
|
"name": "gram",
|
|
"description": "",
|
|
"abbreviation": "g"
|
|
},
|
|
"kilogram": {
|
|
"name": "kilogram",
|
|
"description": "",
|
|
"abbreviation": "kg"
|
|
},
|
|
"milligram": {
|
|
"name": "milligram",
|
|
"description": "",
|
|
"abbreviation": "mg"
|
|
},
|
|
"splash": {
|
|
"name": "splash",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
},
|
|
"dash": {
|
|
"name": "dash",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
},
|
|
"serving": {
|
|
"name": "serving",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
},
|
|
"head": {
|
|
"name": "head",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
},
|
|
"clove": {
|
|
"name": "clove",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
},
|
|
"can": {
|
|
"name": "can",
|
|
"description": "",
|
|
"abbreviation": ""
|
|
}
|
|
} |