Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | yes/no |
RFC? | no |
Symfony version | 3.3.2 |
Currently as of Symfony 3.3.2 if you got a Form with labels that are not translated, and Translation is enabled, then the Profiler does show them twice,
- Translation > Missing
- Log Messages > Info. & Errors > WARNING
the second one does looks unnessary for me when i got the infomation from the Translation tab.
That thing does made my work a bit complicated when i try to port my stuff to newest PHP and Symfony versions, i thought it was showing Deprecations, but it was only Translation Warnnigs.