Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation] Added PoEditor Provider#40926
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedApr 23, 2021
Please note that you need squash your commits before this PR can be merged. The maintainer can also squash the commits for you, but then you need to “Allow edits from maintainer” (there is a checkbox in the sidebar of the PR). Cheers! Carsonbot |
363ff30 to3fbeb16Comparesrc/Symfony/Component/Translation/Bridge/PoEditor/Provider/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/Provider/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
cd050d5 to0ab9d41ComparewelcoMattic commentedApr 26, 2021
Package / Verify check fails now, it will be fixed as soon as#40928 will be merged. |
a50035f to32e25a0CompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProviderFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Exception/UnsupportedSchemeException.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
4952323 to63b9b51ComparewelcoMattic commentedApr 27, 2021
It ready for me for a review. |
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
700b7f3 to3d39d82Compareb13f0d4 to4a199d1Comparesrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
4a199d1 to25bab11Comparesrc/Symfony/Component/Translation/Bridge/PoEditor/Tests/PoEditorProviderTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedMay 9, 2021
Tests seem broken. |
25bab11 to7568332Comparesrc/Symfony/Component/Translation/Bridge/PoEditor/PoEditorProviderFactory.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
865cb70 to3b1c532Compare3b1c532 to240ac22Compare| * Add`translation:pull` and`translation:push` commands to manage translations with third-party providers | ||
| * Add`TranslatorBagInterface::getCatalogues` method | ||
| * Add support to load XLIFF string in`XliffFileLoader` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@fabpot I've added those missing changes here
welcoMattic commentedMay 10, 2021
Last comments have been addressed, branch has been rebased |
fabpot commentedMay 10, 2021
Thank you@welcoMattic. |
This PR was submitted for the 5.4 branch but it was squashed and merged into the 5.3 branch instead.Discussion----------[Translation] Introduce Translation ProvidersDocs forsymfony/symfony#38475,symfony/symfony#40926,symfony/symfony#40927, andsymfony/symfony#40947Ready for first review, but I'm not sure that I've written documentation in the right and all required places.ATM, Translation Providers Bridges packages doesn't exists, so Flex recipes are not created yet.Commits-------943a63f [Translation] Introduce Translation Providers
Uh oh!
There was an error while loading.Please reload this page.
To follow up on#38475, this PR addsPoEditor Provider.
The todo list to make it ready is:
ProviderInterfaceandTranslatorBagInterface(we removed theall()andgetDomains()method from TranslatorBagInterface)src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.phpfileSymfony\Component\Translation\Exception\UnsupportedSchemeExceptionThe major part of the remaining work concerns tests, I will make it done before the beginning of May.