Skip to content

Commit dd161e3

Browse files
raulfrailedaFish
authored and
daFish
committed
Link from introduction section
1 parent 8e019f5 commit dd161e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/translation/introduction.rst

+6
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,17 @@ The Translation component uses Loader classes to load catalogs. You can load
6262
multiple resources for the same locale, which will then be combined into one
6363
catalog.
6464

65+
<<<<<<< HEAD
6566
.. versionadded:: 2.4
6667
The ``JsonFileLoader`` was introduced in Symfony 2.4.
6768

6869
The component comes with some default Loaders and you can create your own
6970
Loader too. The default loaders are:
71+
=======
72+
The component comes with some default Loaders and you can
73+
:doc:`create your own Loader too</components/translation/custom_formats>`. The
74+
default loaders are:
75+
>>>>>>> Link from introduction section
7076

7177
* :class:`Symfony\\Component\\Translation\\Loader\\ArrayLoader` - to load
7278
catalogs from PHP arrays.

0 commit comments

Comments
 (0)