File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Configuration
48
48
* :ref: `enabled <profiler.enabled >`
49
49
* `translator `_
50
50
* :ref: `enabled <translator.enabled >`
51
- * `fallback `_
51
+ * `fallbacks `_
52
52
* `validation `_
53
53
* `cache `_
54
54
* `enable_annotations `_
@@ -526,10 +526,10 @@ enabled
526
526
527
527
Whether or not to enable the ``translator `` service in the service container.
528
528
529
- fallback
530
- ........
529
+ fallbacks
530
+ .........
531
531
532
- **type **: ``string `` **default **: ``en ``
532
+ **type **: ``string|array `` **default **: ``en ``
533
533
534
534
This option is used when the translation key for the current locale wasn't found.
535
535
@@ -676,7 +676,7 @@ Full default Configuration
676
676
# translator configuration
677
677
translator :
678
678
enabled : false
679
- fallback : en
679
+ fallbacks : [en]
680
680
681
681
# validation configuration
682
682
validation :
You can’t perform that action at this time.
0 commit comments