8000 [Translation] add bundles trans paths into commands (extract/pull/push) by Jibbarth · Pull Request #52454 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation] add bundles trans paths into commands (extract/pull/push) #52454

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

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000 Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/F…
…rameworkExtensionTestCase.php

Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
  • Loading branch information
Jibbarth and OskarStark authored Nov 4, 2023
commit 9d7c1bd4e30bcd8497c6f76d2e0d5b454f76a177
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ public function testTranslator()
$this->assertContains(
strtr(__DIR__.'/Fixtures/TestBundle/Resources/translations/messages.en.yaml', '/', \DIRECTORY_SEPARATOR),
$files,
'->registerTranslatorConfiguration() finds translation resources with in bundles'
'->registerTranslatorConfiguration() finds translation resources within bundles'
);

$positionOverridingTranslationFile = array_search(strtr(realpath(__DIR__.'/translations/security.en.yaml'), '/', \DIRECTORY_SEPARATOR), $files);
Expand Down
0