@@ -601,13 +601,13 @@ Installing and Configuring a Third Party Provider
601601Before pushing/pulling translations to a third-party provider, you must install
602602the package that provides integration with that provider:
603603
604- ==================== ===========================================================
605- Provider Install with
606- ==================== ===========================================================
607- Crowdin ``composer require symfony/crowdin-translation-provider ``
608- Loco (localise.biz) ``composer require symfony/loco-translation-provider ``
609- Lokalise ``composer require symfony/lokalise-translation-provider ``
610- ==================== ===========================================================
604+ ====================== ===========================================================
605+ Provider Install with
606+ ====================== ===========================================================
607+ ` Crowdin `_ ``composer require symfony/crowdin-translation-provider ``
608+ ` Loco (localise.biz) `_ ``composer require symfony/loco-translation-provider ``
609+ ` Lokalise `_ ``composer require symfony/lokalise-translation-provider ``
610+ ====================== ===========================================================
611611
612612Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
613613a configuration example to your ``.env `` file. For example, suppose you want to
@@ -632,13 +632,13 @@ pull translations via Loco. The *only* part you need to change is the
632632
633633This table shows the full list of available DSN formats for each provider:
634634
635- ===================== ==============================================================
636- Provider DSN
637- ===================== ==============================================================
638- Crowdin ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default ``
639- Loco (localise.biz) ``loco://API_KEY@default ``
640- Lokalise ``lokalise://PROJECT_ID:API_KEY@default ``
641- ===================== ==============================================================
635+ ====================== ==============================================================
636+ Provider DSN
637+ ====================== ==============================================================
638+ ` Crowdin `_ ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default ``
639+ ` Loco (localise.biz) `_ ``loco://API_KEY@default ``
640+ ` Lokalise `_ ``lokalise://PROJECT_ID:API_KEY@default ``
641+ ====================== ==============================================================
642642
643643To enable a translation provider, customize the DSN in your ``.env `` file and
644644configure the ``providers `` option:
@@ -1476,3 +1476,6 @@ Learn more
14761476.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
14771477.. _`pseudolocalization` : https://en.wikipedia.org/wiki/Pseudolocalization
14781478.. _`Symfony Demo` : https://github.com/symfony/demo
1479+ .. _`Crowdin` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Crowdin/README.md
1480+ .. _`Loco (localise.biz)` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Loco/README.md
1481+ .. _`Lokalise` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Lokalise/README.md
0 commit comments