File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ Configuration
227
227
* `test `_
228
228
* `translator `_
229
229
230
+ * `cache_dir `_
230
231
* :ref: `default_path <reference-translator-default_path >`
231
232
* :ref: `enabled <reference-translator-enabled >`
232
233
* `fallbacks `_
@@ -2093,6 +2094,18 @@ implement :class:`Symfony\\Component\\Templating\\Loader\\LoaderInterface`.
2093
2094
translator
2094
2095
~~~~~~~~~~
2095
2096
2097
+ cache_dir
2098
+ .........
2099
+
2100
+ **type **: ``string `` | ``null `` **default **: ``%kernel.cache_dir%/translations/ ``
2101
+
2102
+ .. versionadded :: 4.4
2103
+
2104
+ The ``cache_dir `` option was introduced in Symfony 4.4.
2105
+
2106
+ Defines the directory where the translation cache is stored. Use ``null `` to
2107
+ disable this cache.
2108
+
2096
2109
.. _reference-translator-enabled :
2097
2110
2098
2111
enabled
You can’t perform that action at this time.
0 commit comments