We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c742ce9 + 54a4e2f commit 55606c7Copy full SHA for 55606c7
reference/configuration/framework.rst
@@ -217,6 +217,7 @@ Configuration
217
* `test`_
218
* `translator`_
219
220
+ * `cache_dir`_
221
* :ref:`default_path <reference-translator-default_path>`
222
* :ref:`enabled <reference-translator-enabled>`
223
* `fallbacks`_
@@ -1941,6 +1942,18 @@ package:
1941
1942
translator
1943
~~~~~~~~~~
1944
1945
+cache_dir
1946
+.........
1947
+
1948
+**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations/``
1949
1950
+.. versionadded:: 4.4
1951
1952
+ The ``cache_dir`` option was introduced in Symfony 4.4.
1953
1954
+Defines the directory where the translation cache is stored. Use ``null`` to
1955
+disable this cache.
1956
1957
.. _reference-translator-enabled:
1958
1959
enabled
0 commit comments