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"