@@ -604,14 +604,14 @@ Installing and Configuring a Third Party Provider
604
604
Before pushing/pulling translations to a third-party provider, you must install
605
605
the package that provides integration with that provider:
606
606
607
- ==================== ===========================================================
608
- Provider Install with
609
- ==================== ===========================================================
610
- Crowdin ``composer require symfony/crowdin-translation-provider ``
611
- Loco (localise.biz) ``composer require symfony/loco-translation-provider ``
612
- Lokalise ``composer require symfony/lokalise-translation-provider ``
613
- Phrase ``composer require symfony/phrase-translation-provider ``
614
- ==================== ===========================================================
607
+ ====================== ===========================================================
608
+ Provider Install with
609
+ ====================== ===========================================================
610
+ ` Crowdin `_ ``composer require symfony/crowdin-translation-provider ``
611
+ ` Loco (localise.biz) `_ ``composer require symfony/loco-translation-provider ``
612
+ ` Lokalise `_ ``composer require symfony/lokalise-translation-provider ``
613
+ ` Phrase `_ ``composer require symfony/phrase-translation-provider ``
614
+ ====================== ===========================================================
615
615
616
616
.. versionadded :: 6.4
617
617
@@ -640,14 +640,14 @@ pull translations via Loco. The *only* part you need to change is the
640
640
641
641
This table shows the full list of available DSN formats for each provider:
642
642
643
- ===================== ==============================================================
644
- Provider DSN
645
- ===================== ==============================================================
646
- Crowdin ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default ``
647
- Loco (localise.biz) ``loco://API_KEY@default ``
648
- Lokalise ``lokalise://PROJECT_ID:API_KEY@default ``
649
- Phrase ``phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject ``
650
- ===================== ==============================================================
643
+ ====================== ==============================================================
644
+ Provider DSN
645
+ ====================== ==============================================================
646
+ ` Crowdin `_ ``crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default ``
647
+ ` Loco (localise.biz) `_ ``loco://API_KEY@default ``
648
+ ` Lokalise `_ ``lokalise://PROJECT_ID:API_KEY@default ``
649
+ ` Phrase `_ ``phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject ``
650
+ ====================== ==============================================================
651
651
652
652
To enable a translation provider, customize the DSN in your ``.env `` file and
653
653
configure the ``providers `` option:
@@ -1581,3 +1581,7 @@ Learn more
1581
1581
.. _`Custom Language Codes` : https://support.crowdin.com/project-settings/#languages
1582
1582
.. _`Identification via User-Agent` : https://developers.phrase.com/api/#overview--identification-via-user-agent
1583
1583
.. _`Phrase Tag Bundle` : https://github.com/wickedOne/phrase-tag-bundle
1584
+ .. _`Crowdin` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Crowdin/README.md
1585
+ .. _`Loco (localise.biz)` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Loco/README.md
1586
+ .. _`Lokalise` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Lokalise/README.md
1587
+ .. _`Phrase` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Translation/Bridge/Phrase/README.md
0 commit comments