Closed
Description
On this page: https://symfony.com/doc/current/translation/debug.html
Just after
If you delete the message
Symfony is great
from your translation file for thefr
locale and run the command, you will get:
The result is a missing
translation line because the related key was deleted from the fr
locale file.
But if the translation was deleted from the fr
locale file, how can the french translation J'aime Symfony
could still be displayed in the result?
If it was deleted, Symfony can't know it.
Same for the next example.
Or maybe I am not understanding something :/