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.
1 parent 4dcb122 commit 3dc3e2cCopy full SHA for 3dc3e2c
translation.rst
@@ -388,8 +388,8 @@ The ``translation:update`` command looks for missing translations in:
388
:ref:`twig.paths <config-twig-paths>` config options);
389
* Any PHP file/class that injects or :doc:`autowires </service_container/autowiring>`
390
the ``translator`` service and makes calls to the ``trans()`` method.
391
-* Any PHP file/class stored in the ``src/`` directory that creates a
392
- translatable object using the constructor or the ``t()`` method or calls
+* Any PHP file/class stored in the ``src/`` directory that creates
+ :ref:`translatable-objects` using the constructor or the ``t()`` method or calls
393
the ``trans()`` method.
394
395
.. _translation-resource-locations:
0 commit comments