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 8b6c584 commit dee7fb2Copy full SHA for dee7fb2
components/translation/introduction.rst
@@ -62,8 +62,9 @@ The Translation component uses Loader classes to load catalogs. You can load
62
multiple resources for the same locale, which will then be combined into one
63
catalog.
64
65
-The component comes with some default Loaders and you can create your own
66
-Loader too. The default loaders are:
+The component comes with some default Loaders and you can
+:doc:`create your own Loader too</components/translation/custom_formats>`. The
67
+default loaders are:
68
69
* :class:`Symfony\\Component\\Translation\\Loader\\ArrayLoader` - to load
70
catalogs from PHP arrays.
0 commit comments