From c0d4c9f9ebe510ec15d6267f468e737b44bad20e Mon Sep 17 00:00:00 2001 From: Markus Lindenmann <8123039+Tiliavir@users.noreply.github.com> Date: Sun, 24 Jan 2021 14:41:13 +0100 Subject: Adds some missing translations (#19) * Add missing translations in component based recipe * Add missing translations * Add english * Add german * Add french * Fix french translation according to @hed854 suggested Co-authored-by: H. Rakoto * Fix french translation according to @hed854 suggested Co-authored-by: H. Rakoto Co-authored-by: Markus Lindenmann Co-authored-by: H. Rakoto --- layouts/recipes/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/recipes') diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html index dce2901..1aae1a5 100644 --- a/layouts/recipes/single.html +++ b/layouts/recipes/single.html @@ -89,7 +89,7 @@ {{ with .Params.Components }}
- ↓ This is a component-based recipe (fancy talk for making the dish in pieces, then assembling). ↓ + ↓ {{ i18n "this-is-a" }} {{ i18n "component-based-recipe" }} ({{ i18n "fancy-talk" }}). ↓
@@ -112,7 +112,7 @@ {{ end }} -

Ingredients

+

{{ i18n "ingredients" }}

    {{ range .Params.Ingredients }}
  • -- cgit v1.2.3