@@ -601,13 +601,13 @@ Installing and Configuring a Third Party Provider
601
601
Before pushing/pulling translations to a third-party provider, you must install
602
602
the package that provides integration with that provider:
603
603
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
+ ====================== ===========================================================
611
611
612
612
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
613
613
a 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
632
632
633
633
This table shows the full list of available DSN formats for each provider:
634
634
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
+ ====================== ==============================================================
642
642
643
643
To enable a translation provider, customize the DSN in your ``.env `` file and
644
644
configure the ``providers `` option:
@@ -1476,3 +1476,6 @@ Learn more
1476
1476
.. _`GitHub Actions` : https://docs.github.com/en/free-pro-team@latest/actions
1477
1477
.. _`pseudolocalization` : https://en.wikipedia.org/wiki/Pseudolocalization
1478
1478
.. _`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