File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ Configuration
45
45
* `profiler `_
46
46
* `collect `_
47
47
* :ref: `enabled <profiler.enabled >`
48
+ * `translator `_
49
+ * :ref: `enabled <translator.enabled >`
50
+ * `fallback `_
48
51
49
52
secret
50
53
~~~~~~
@@ -493,6 +496,27 @@ and activate the data collectors by hand::
493
496
494
497
$profiler->enable();
495
498
499
+ translator
500
+ ~~~~~~~~~~
501
+
502
+ .. _translator.enabled :
503
+
504
+ enabled
505
+ .......
506
+
507
+ **type **: ``boolean `` **default **: ``false ``
508
+
509
+ Whether or not to enable the ``translator `` service in the service container.
510
+
511
+ fallback
512
+ ........
513
+
514
+ **default **: ``en ``
515
+
516
+ This option is used when the translation key for the current locale wasn't found.
517
+
518
+ For more details, see :doc: `/book/translation `.
519
+
496
520
Full default Configuration
497
521
--------------------------
498
522
You can’t perform that action at this time.
0 commit comments