recipes/db/data/ingredients/product.toml

22 lines
405 B
TOML

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