minor #41187 [Translation] Fix Crowdin Translation Provider DSN example (andrii-bodnar)

This PR was merged into the 5.3-dev branch.

Discussion
----------

[Translation] Fix Crowdin Translation Provider DSN example

| Q             | A
| ------------- | ---
| Branch?       | 5.x <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       |  <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | <!-- required for new features -->

Crowdin DSN structure was changed in #41146. This PR updates the README for Crowdin Translation Provider.

Commits
-------

8465e885ba [Translation] Fix Crowdin Translation Provider DSN example
This commit is contained in:
Nicolas Grekas 2021-05-12 13:20:50 +02:00
commit af77943d4b

View File

@ -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)