From 8465e885ba793f632e3d56353b847b0c7d0f1633 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 12 May 2021 12:33:38 +0300 Subject: [PATCH] [Translation] Fix Crowdin Translation Provider DSN example --- src/Symfony/Component/Translation/Bridge/Crowdin/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Translation/Bridge/Crowdin/README.md b/src/Symfony/Component/Translation/Bridge/Crowdin/README.md index effcf598ad..7caef72eee 100644 --- a/src/Symfony/Component/Translation/Bridge/Crowdin/README.md +++ b/src/Symfony/Component/Translation/Bridge/Crowdin/README.md @@ -8,12 +8,12 @@ DSN example ``` // .env file -CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN +CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default ``` where: - `PROJECT_ID` is your Crowdin Project ID - - `API_KEY` is your Personal Access API Token + - `API_TOKEN` is your Personal Access API Token - `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage) [Generate Personal Access Token on Crowdin](https://support.crowdin.com/account-settings/#api) @@ -26,4 +26,4 @@ Resources * [Contributing](https://symfony.com/doc/current/contributing/index.html) * [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls) - n the [main Symfony repository](https://github.com/symfony/symfony) + in the [main Symfony repository](https://github.com/symfony/symfony)