recipes/db/data/ingredients/product.toml

22 lines
405 B
TOML
Raw Normal View History

2022-05-08 00:58:41 +03:00
[[ingredients]]
key = "wheat_flour"
measure = "g"
[ingredients.translates]
2022-05-27 23:39:11 +03:00
rus = "Пшеничная мука"
eng = "Wheat flour"
2022-05-08 00:58:41 +03:00
[[ingredients]]
key = "olive_oil"
measure = "ml"
[ingredients.translates]
2022-05-27 23:39:11 +03:00
rus = "Оливковое масло"
eng = "Olive oil"
2022-05-08 00:58:41 +03:00
[[ingredients]]
key = "dry_yeast"
measure = "g"
[ingredients.translates]
2022-05-27 23:39:11 +03:00
rus = "Сухие дрожжи"
eng = "Dry yeast"
2022-05-08 00:58:41 +03:00