The profiler still shows them as being missing translation messages.
How to reproduce
I have a simple repro (basic create project website/skeleton + form, templates, translator and validator) can be ran with php -S http://127.0.0.1:8000 -t public and then just clicking the submit button.
Reading the code I fail to see how this could have worked before (the docs were updated to account for false in symfony/symfony-docs#13371).
I'm confused as to what you are trying to say here. Are you talking about affected version? Because I just entered what I'm currently using in my project. It could have well been like this since it was introduced.
Another note on the issue me guessing it just replaces the translation domain to empty but still goes through the translation process. Just due to not having a name, no file is hit. Though I haven't tried just a .nl.yaml file.
Symfony version(s) affected
5.4
Description
When disabling validator translations according to https://symfony.com/doc/current/reference/configuration/framework.html#translation-domain by setting it to false.
The profiler still shows them as being missing translation messages.
How to reproduce
I have a simple repro (basic create project website/skeleton + form, templates, translator and validator) can be ran with
php -S http://127.0.0.1:8000 -t public
and then just clicking the submit button.https://github.com/jennevdmeer/Symfony-WebProfilerBundle-ignores-framework.validation.translation_domain--false-setting
Possible Solution
No response
Additional Context
Toolbar:

Profiler:

The text was updated successfully, but these errors were encountered: