Files
mealie/mealie/db/data_initialization/resources/units/en-us.json
Hayden ba4107348f Feature/misc tasks (#864)
* 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
2021-12-04 16:06:24 -09:00

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": ""
}
}