recipes/db/data/ingredients/product.toml

22 lines
399 B
TOML

[[ingredients]]
key = "wheat_flour"
measure = "g"
[ingredients.translates]
ru = "пшеничная мука"
en = "wheat flour"
[[ingredients]]
key = "olive_oil"
measure = "ml"
[ingredients.translates]
ru = "оливковое масло"
en = "olive oil"
[[ingredients]]
key = "dry_yeast"
measure = "g"
[ingredients.translates]
ru = "сухие дрожжи"
en = "dry yeast"