10000 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/ by nicolas-grekas · Pull Request #54818 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation] Crowdin is backing its translation bridge, thanks to them! \o/ #54818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/Symfony/Component/Translation/Bridge/Crowdin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ where:
Sponsor
-------

Help Symfony by [sponsoring][1] its development!
This bridge for Symfony 5.4/6.0 is [backed][1] by [Crowdin][2].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this have been 7.1?

8000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in eecb3bb


Crowdin is a cloud-based localization management software helping teams to go global and stay agile.

Help Symfony by [sponsoring][3] its development!

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

[1]: https://symfony.com/sponsor
[1]: https://symfony.com/backers
[2]: https://crowdin.com
[3]: https://symfony.com/sponsor
10 changes: 8 additions & 2 deletions src/Symfony/Component/Translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ echo $translator->trans('Hello World!'); // outputs « Bonjour ! »
Sponsor
-------

Help Symfony by [sponsoring][1] its development!
The Translation component for Symfony 7.1 is [backed][1] by:

* [Crowdin][2], a cloud-based localization management software helping teams to go global and stay agile.

Help Symfony by [sponsoring][3] its development!

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

[1]: https://symfony.com/sponsor
[1]: https://symfony.com/backers
[2]: https://crowdin.com
[3]: https://symfony.com/sponsor
0