File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Configuration
86
86
* :ref: `enabled <reference-translator-enabled >`
87
87
* `fallbacks `_
88
88
* `logging `_
89
+ * `paths `_
89
90
* `property_access `_
90
91
* `magic_call `_
91
92
* `throw_exception_on_invalid_index `_
@@ -1315,6 +1316,13 @@ for a given key. The logs are made to the ``translation`` channel and at the
1315
1316
``debug `` for level for keys where there is a translation in the fallback
1316
1317
locale and the ``warning `` level if there is no translation to use at all.
1317
1318
1319
+ paths
1320
+ .....
1321
+
1322
+ **type **: ``array `` **default **: ``[] ``
1323
+
1324
+ This option allows to define an array of paths where the component will look for translation files.
1325
+
1318
1326
property_access
1319
1327
~~~~~~~~~~~~~~~
1320
1328
@@ -1638,6 +1646,7 @@ Full Default Configuration
1638
1646
enabled : false
1639
1647
fallbacks : [en]
1640
1648
logging : " %kernel.debug%"
1649
+ paths : []
1641
1650
1642
1651
# validation configuration
1643
1652
validation :
You can’t perform that action at this time.
0 commit comments