diff --git a/vue3/src/pages/HelpPage.vue b/vue3/src/pages/HelpPage.vue index 86a58b889..337e6bbad 100644 --- a/vue3/src/pages/HelpPage.vue +++ b/vue3/src/pages/HelpPage.vue @@ -56,6 +56,28 @@ + + + + {{ $t('Units') }} & {{ $t('UnitConversion') }} + + +

Units allow you to measure how much of something you need in a recipe or on a shopping list. They are + also essential for the calculation of Properties.

+ +

Setting a base unit allows you to name your Unit however you want (e.g. grams, g, G, gram) + while allowing Tandoor to automatically convert between the units in the same system (weight/volume). + Additionally you can use custom unit conversion to convert between volume and weight trough the + specific density of a food (e.g. 1 cup of flour = 120 g). These conversions are used to calculate + the Properties for a Recipe and might allow cosmetic display changes later.

+ + + {{ $t('Unit') }} + + {{ $t('UnitConversion') }} + +
+
@@ -66,7 +88,7 @@