@@ -595,14 +595,14 @@ Installing and Configuring a Third Party Provider
595595Before pushing/pulling translations to a third-party provider, you must install
596596the 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
607607Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
608608a 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
628628This 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
639639To enable a translation provider, customize the DSN in your ``.env `` file and
640640configure the ``providers `` option:
@@ -1574,3 +1574,7 @@ Learn more
15741574.. _`Custom Language Codes` : https://support.crowdin.com/project-settings/#languages
15751575.. _`Identification via User-Agent` : https://developers.phrase.com/api/#overview--identification-via-user-agent
15761576.. _`Phrase Tag Bundle` : https://github.com/wickedOne/phrase-tag-bundle
1577+ .. _`Crowdin` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Crowdin/README.md
1578+ .. _`Loco (localise.biz)` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Loco/README.md
1579+ .. _`Lokalise` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Lokalise/README.md
1580+ .. _`Phrase` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Phrase/README.md
0 commit comments