everyone,
I am using Symfony 5.6 with PHP 8.1 and I have the next situation: In dev mode my translations look good, when I deploy to prod on the local machine they are still ok, but no the server they look like admin.app\entity\invoice\invoice.number the translation key in the yaml file for this text is "admin.invoice.number" . I deleted caches many times, uploaded all the files again on the server and nothing. Has anyone encountered this problem?
Thank you!