symfony-bundle icon indicating copy to clipboard operation
symfony-bundle copied to clipboard

Symfony integration for Translations

Results 63 symfony-bundle issues
Sort by recently updated
recently updated
newest added

Recently, the new v2.0.0 of nyholm/symfony-bundle-test just has been released, see https://github.com/SymfonyTest/symfony-bundle-test/issues/65 . Now we need to upgrade to it and fix tests here to fully support Symfony 6 with...

Hey :) Our application upgraded from 0.12.3 .. 0.12.4 today. Then our CI failed with new translation keys untranslated. After 1 hour of debugging it seems that it's[ this upgrade](https://github.com/php-translation/symfony-bundle/compare/0.12.3...0.12.4)...

(Please ignore my ignorance if I should have followed PR guideline; PR was created in haste; if I should modify or redefine the PR please let me know and I'll...

Hello, since the bundle doesn't automatically do this I created an extractor which should be able to get all the transactions from all the constraints: https://github.com/php-translation/extractor/pull/160 In the following example...

[The labels and messages (for constraints) should be translated for each field](https://symfony-devs.slack.com/archives/C3EQ7S3MJ/p1625484630443200 "Clarification request from 2021-07-05") (which get added in the implementation of the method “buildForm”). ☞ Example: [Form “postal...

Hello, ho can I extract the translations in my controller or other PHP files? Now they are marked as `obsolete` even if they are used in the controllers. Thanks.

As Symfony 5.3 brings Translation Providers, which are the native equivalent of Adapters here, I wonder to deprecate them and thus the associated commands (+ extract, which also could be...

Needs review

The software library “Symfony” supports to [construct single command applications](https://symfony.com/doc/current/components/console/single_command_tool.html "Building a single command application"). Thus I suggest to [offer a variant](https://php-translation.readthedocs.io/en/latest/symfony/extracting-translations.html "Extracting translations from source") of [the functionality “translation:extract”](https://github.com/php-translation/symfony-bundle/blob/ccdf1e2a4acf314488caf608cfb1b7a6191a83ea/Command/ExtractCommand.php#L30...

Hello, I noticed an issue while editing message on Symfony Profiler. The Edit button is not clickable when the key contains a double quote. The console show an error message....

After the installation of the bundle and the configuration to use Edit in Place, I get this error : ![Capture](https://user-images.githubusercontent.com/47710530/75865951-9ae80b00-5e04-11ea-889d-a1d536679112.JPG) I use XLIFF format for my translation files.