Skip to content

Commit 403b41c

Browse files
committed
Tweaks
1 parent 3515ed5 commit 403b41c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

translation.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,16 +568,15 @@ Translations of Doctrine Entities
568568
Unlike the contents of templates, it's not practical to translate the contents
569569
stored in Doctrine Entities using translation catalogs. Instead, use the
570570
Doctrine `Translatable Extension`_ or the `Translatable Behavior`_. For more
571-
information, see the documentation for these libraries.
571+
information, read the documentation of those libraries.
572572

573573
Custom Translation Resources
574574
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
575575

576576
If your translations use a format not supported by Symfony or you store them
577-
in not using Doctrine entities, you need to provide a custom class implementing
578-
the :class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface`
579-
interface. See the :ref:`dic-tags-translation-loader` tag for more
580-
information.
577+
in a special way (e.g. not using files or Doctrine entities), you need to provide
578+
a custom class implementing the :class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface`
579+
interface. See the :ref:`dic-tags-translation-loader` tag for more information.
581580

582581
.. _translation-providers:
583582

0 commit comments

Comments
 (0)