### Extension Version 1.0.11 ### PHP Binary Local PHP ### Operating System Linux ### What happened? When using german umlauts as translation keys the Extension shows an error even when the translation is defined in `lang/en.json` `Translation [W*hlbare Produkt-Optionen (Preise zzgl. MwSt.)] not found.` <img width="840" height="200" alt="Image" src="https://github.com/user-attachments/assets/5736194b-b674-411e-9c51-eae809ca2be2" /> --- `lang/en.json:` <img width="774" height="100" alt="Image" src="https://github.com/user-attachments/assets/69e08d79-638f-4584-82a9-6defab14eb5a" /> ### Mimimal Code Sample ```php {{ __('Wählbare Produkt-Optionen (Preise zzgl. MwSt.)') }} ```