Skip to content

Commit 35313fe

Browse files
committed
Fix broken links
1 parent 04bd7c9 commit 35313fe

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,9 +568,8 @@ if you're generating translations with specialized programs or teams.
568568
.. note::
569569

570570
You can also store translations in a database; it can be handled by
571-
Doctrine through the `Translatable Extension`_ or the `Translatable
572-
Behavior`_ (PHP 5.4+). For more information, see the documentation for
573-
these libraries.
571+
Doctrine through the `Translatable Extension`_ or the `Translatable Behavior`_
572+
(PHP 5.4+). For more information, see the documentation for these libraries.
574573

575574
For any other storage, you need to provide a custom class implementing the
576575
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface`
@@ -699,8 +698,8 @@ configure the ``providers`` option:
699698
.. tip::
700699

701700
If you use Lokalise as a provider and a locale format following the `ISO
702-
639-1`_ (e.g. "en" or "fr"), you have to set the `Custom Language Name
703-
setting`_ in Lokalise for each of your locales, in order to override the
701+
639-1`_ (e.g. "en" or "fr"), you have to set the `Custom Language Name setting`_
702+
in Lokalise for each of your locales, in order to override the
704703
default value (which follow the `ISO 639-1`_ succeeded by a sub-code in
705704
capital letters that specifies the national variety (e.g. "GB" or "US"
706705
according to `ISO 3166-1 alpha-2`_)).

0 commit comments

Comments
 (0)