Language fallback

This commit is contained in:
frju365 2021-02-07 21:43:36 +01:00 committed by Alexandre Aubin
parent 265bc6ca0d
commit 97c3a5d764

View file

@ -31,6 +31,9 @@ languages:
override_locale: false
content_fallback: { }
pages_fallback_only: true
translations_fallback:
en: 'fr,de,es'
de: 'en,fr,es'
home:
alias: /home
hide_in_urls: false
@ -210,6 +213,3 @@ strict_mode:
yaml_compat: true
twig_compat: true
blueprint_compat: true
translations_fallback:
en: 'fr,de,es'
de: 'en,fr,es'