Skip to content

Commit 73ea99e

Browse files
feature symfony#54818 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/ (nicolas-grekas)
This PR was merged into the 7.1 branch. Discussion ---------- [Translation] Crowdin is backing its translation bridge, thanks to them! \o/ | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Thank you Crowdin! /cc `@andrii`-bodnar Commits ------- c916723 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/
2 parents 97f7c4b + c916723 commit 73ea99e

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ where:
2323
Sponsor
2424
-------
2525

26-
Help Symfony by [sponsoring][1] its development!
26+
This bridge for Symfony 5.4/6.0 is [backed][1] by [Crowdin][2].
27+
28+
Crowdin is a cloud-based localization management software helping teams to go global and stay agile.
29+
30+
Help Symfony by [sponsoring][3] its development!
2731

2832
Resources
2933
---------
@@ -33,4 +37,6 @@ Resources
3337
[send Pull Requests](https://github.com/symfony/symfony/pulls)
3438
in the [main Symfony repository](https://github.com/symfony/symfony)
3539

36-
[1]: https://symfony.com/sponsor
40+
[1]: https://symfony.com/backers
41+
[2]: https://crowdin.com
42+
[3]: https://symfony.com/sponsor

src/Symfony/Component/Translation/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ echo $translator->trans('Hello World!'); // outputs « Bonjour ! »
2626
Sponsor
2727
-------
2828

29-
Help Symfony by [sponsoring][1] its development!
29+
The Translation component for Symfony 7.1 is [backed][1] by:
30+
31+
* [Crowdin][2], a cloud-based localization management software helping teams to go global and stay agile.
32+
33+
Help Symfony by [sponsoring][3] its development!
3034

3135
Resources
3236
---------
@@ -37,4 +41,6 @@ Resources
3741
[send Pull Requests](https://github.com/symfony/symfony/pulls)
3842
in the [main Symfony repository](https://github.com/symfony/symfony)
3943

40-
[1]: https://symfony.com/sponsor
44+
[1]: https://symfony.com/backers
45+
[2]: https://crowdin.com
46+
[3]: https://symfony.com/sponsor

0 commit comments

Comments
 (0)