Skip to content

Commit ca8b6f3

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Add link translation provider
2 parents 9bfc9fa + dbbcc0b commit ca8b6f3

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

translation.rst

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -595,14 +595,14 @@ Installing and Configuring a Third Party Provider
595595
Before pushing/pulling translations to a third-party provider, you must install
596596
the package that provides integration with that provider:
597597

598-
==================== ===========================================================
599-
Provider Install with
600-
==================== ===========================================================
601-
Crowdin ``composer require symfony/crowdin-translation-provider``
602-
Loco (localise.biz) ``composer require symfony/loco-translation-provider``
603-
Lokalise ``composer require symfony/lokalise-translation-provider``
604-
Phrase ``composer require symfony/phrase-translation-provider``
605-
==================== ===========================================================
598+
====================== ===========================================================
599+
Provider Install with
600+
====================== ===========================================================
601+
`Crowdin`_ ``composer require symfony/crowdin-translation-provider``
602+
`Loco (localise.biz)`_ ``composer require symfony/loco-translation-provider``
603+
`Lokalise`_ ``composer require symfony/lokalise-translation-provider``
604+
`Phrase`_ ``composer require symfony/phrase-translation-provider``
605+
====================== ===========================================================
606606

607607
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
608608
a configuration example to your ``.env`` file. For example, suppose you want to
@@ -627,14 +627,14 @@ pull translations via Loco. The *only* part you need to change is the
627627

628628
This table shows the full list of available DSN formats for each provider:
629629

630-
===================== ==============================================================
631-
Provider DSN
632-
===================== ==============================================================
633-
Crowdin ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default``
634-
Loco (localise.biz) ``loco://API_KEY@default``
635-
Lokalise ``lokalise://PROJECT_ID:API_KEY@default``
636-
Phrase ``phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject``
637-
===================== ==============================================================
630+
====================== ==============================================================
631+
Provider DSN
632+
====================== ==============================================================
633+
`Crowdin`_ ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default``
634+
`Loco (localise.biz)`_ ``loco://API_KEY@default``
635+
`Lokalise`_ ``lokalise://PROJECT_ID:API_KEY@default``
636+
`Phrase`_ ``phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject``
637+
====================== ==============================================================
638638

639639
To enable a translation provider, customize the DSN in your ``.env`` file and
640640
configure the ``providers`` option:
@@ -1558,3 +1558,7 @@ Learn more
15581558
.. _`Custom Language Codes`: https://support.crowdin.com/project-settings/#languages
15591559
.. _`Identification via User-Agent`: https://developers.phrase.com/api/#overview--identification-via-user-agent
15601560
.. _`Phrase Tag Bundle`: https://github.com/wickedOne/phrase-tag-bundle
1561+
.. _`Crowdin`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Crowdin/README.md
1562+
.. _`Loco (localise.biz)`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Loco/README.md
1563+
.. _`Lokalise`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Lokalise/README.md
1564+
.. _`Phrase`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Phrase/README.md

0 commit comments

Comments
 (0)