Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit af77943

Browse filesBrowse files
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 ------- 8465e88 [Translation] Fix Crowdin Translation Provider DSN example
2 parents 854226b + 8465e88 commit af77943
Copy full SHA for af77943

File tree

1 file changed

+3
-3
lines changed
Filter options
  • src/Symfony/Component/Translation/Bridge/Crowdin

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/Translation/Bridge/Crowdin/README.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Bridge/Crowdin/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ DSN example
88

99
```
1010
// .env file
11-
CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN
11+
CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default
1212
```
1313

1414
where:
1515
- `PROJECT_ID` is your Crowdin Project ID
16-
- `API_KEY` is your Personal Access API Token
16+
- `API_TOKEN` is your Personal Access API Token
1717
- `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage)
1818

1919
[Generate Personal Access Token on Crowdin](https://support.crowdin.com/account-settings/#api)
@@ -26,4 +26,4 @@ Resources
2626
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
2727
* [Report issues](https://github.com/symfony/symfony/issues) and
2828
[send Pull Requests](https://github.com/symfony/symfony/pulls)
29-
n the [main Symfony repository](https://github.com/symfony/symfony)
29+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.