[Translation] Fix Crowdin Translation Provider DSN example

This commit is contained in:
Andrii Bodnar 2021-05-12 12:33:38 +03:00
parent fef109932f
commit 8465e885ba

View File

@ -8,12 +8,12 @@ DSN example
``` ```
// .env file // .env file
CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default
``` ```
where: where:
- `PROJECT_ID` is your Crowdin Project ID - `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) - `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) [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) * [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and * [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls) [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)