Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down