diff --git a/Resources/doc/index.md b/Resources/doc/index.md index b839c53b..09f190c0 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -54,6 +54,12 @@ You must at least define the fallback locale(s) as for the `framework.translator ```yml # app/config/config.yml + +framework: + templating: + engines: + - twig + lexik_translation: fallback_locale: [en] # (required) default locale(s) to use managed_locales: [en, fr, de] # (required) locales that the bundle has to manage