From 7db3d4b076697716d2524b61dc0b4c56da9c13bc Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 7 Feb 2021 21:31:25 +0100 Subject: [PATCH] Language fallback --- config/system.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/system.yaml b/config/system.yaml index 1909112d..0022670c 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -210,3 +210,6 @@ strict_mode: yaml_compat: true twig_compat: true blueprint_compat: true +translations_fallback: + en: 'fr,de,es' + de: 'en,fr,es'