recipes/db/data/ingredients/vegetable.toml

15 lines
236 B
TOML
Raw Normal View History

2022-05-08 00:58:41 +03:00
[[ingredients]]
key = "carrot"
measure = "kg"
[ingredients.translates]
2022-05-27 23:39:11 +03:00
rus = "Морковь"
eng = "Carrot"
2022-05-08 00:58:41 +03:00
[[ingredients]]
key = "potato"
measure = "kg"
2022-05-08 16:21:06 +03:00
[ingredients.translates]
2022-05-27 23:39:11 +03:00
rus = "Картофель"
eng = "Potato"
2022-05-08 00:58:41 +03:00